ClassPListArray
Represents an array of an objects
Definition
Namespace:CE.iPhone.PList
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class PListArray : List<IPListElement>, IList<IPListElement>, ICollection<IPListElement>, IList, ICollection, IReadOnlyList<IPListElement>, IReadOnlyCollection<IPListElement>, IEnumerable<IPListElement>, IEnumerable, IPListElement, IXmlSerializable
Inheritance: objectList<IPListElement>PListArray
Implements:
Inherited Members
Constructors
PListArray()
Declaration
public PListArray()
Properties
IsBinaryUnique
Gets a value indicating whether this instance is written only once in binary mode.
Declaration
public bool IsBinaryUnique { get; }
Property Value
true this instance is written only once in binary mode; otherwise, false.
Implements
Tag
Gets the Xml tag of this element.
Declaration
public string Tag { get; }
Property Value
The Xml tag of this element.
Implements
Methods
GetPListElementCount()
Gets the count of PList elements in this element.
Declaration
public int GetPListElementCount()
Returns
The count of PList elements in this element.
Implements
Remarks
Provided for internal use only.
GetPListElementLength()
Gets the length of this PList element.
Declaration
public int GetPListElementLength()
Returns
The length of this PList element.
Implements
Remarks
Provided for internal use only.
GetSchema()
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
ReadBinary(PListBinaryReader)
Reads this element binary from the reader.
Declaration
public void ReadBinary(PListBinaryReader reader)
Parameters
reader
The from which the element is read.
Implements
Remarks
Provided for internal use only.
ReadXml(XmlReader)
Generates an object from its XML representation.
WriteBinary(PListBinaryWriter)
Writes this element binary to the writer.
Declaration
public void WriteBinary(PListBinaryWriter writer)
Parameters
writer
The to which the element is written.
Implements
Remarks
Provided for internal use only.
WriteXml(XmlWriter)
Converts an object into its XML representation.