Class PListArray
Inherited Members
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Add(CE.iPhone.PList.IPListElement)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.AddRange(System.Collections.Generic.IEnumerable<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.AsReadOnly()
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.BinarySearch(System.Int32, System.Int32, CE.iPhone.PList.IPListElement, System.Collections.Generic.IComparer<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.BinarySearch(CE.iPhone.PList.IPListElement)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.BinarySearch(CE.iPhone.PList.IPListElement, System.Collections.Generic.IComparer<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Clear()
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Contains(CE.iPhone.PList.IPListElement)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.ConvertAll<TOutput>(System.Converter<CE.iPhone.PList.IPListElement, TOutput>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.CopyTo(CE.iPhone.PList.IPListElement[])
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.CopyTo(System.Int32, CE.iPhone.PList.IPListElement[], System.Int32, System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.CopyTo(CE.iPhone.PList.IPListElement[], System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Exists(System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Find(System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.FindAll(System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.FindIndex(System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.FindIndex(System.Int32, System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.FindIndex(System.Int32, System.Int32, System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.FindLast(System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.FindLastIndex(System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.FindLastIndex(System.Int32, System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.FindLastIndex(System.Int32, System.Int32, System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.ForEach(System.Action<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.GetEnumerator()
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.Generic.IEnumerable<CE.iPhone.PList.IPListElement>.GetEnumerator()
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.IndexOf(CE.iPhone.PList.IPListElement)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.IndexOf(CE.iPhone.PList.IPListElement, System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.IndexOf(CE.iPhone.PList.IPListElement, System.Int32, System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Insert(System.Int32, CE.iPhone.PList.IPListElement)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.LastIndexOf(CE.iPhone.PList.IPListElement)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.LastIndexOf(CE.iPhone.PList.IPListElement, System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.LastIndexOf(CE.iPhone.PList.IPListElement, System.Int32, System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Remove(CE.iPhone.PList.IPListElement)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.RemoveAll(System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.RemoveAt(System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Reverse()
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Sort()
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Sort(System.Collections.Generic.IComparer<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Sort(System.Comparison<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.ToArray()
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.TrimExcess()
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.TrueForAll(System.Predicate<CE.iPhone.PList.IPListElement>)
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Capacity
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Count
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.Generic.ICollection<CE.iPhone.PList.IPListElement>.IsReadOnly
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.Item[System.Int32]
System.Collections.Generic.List<CE.iPhone.PList.IPListElement>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Constructors
PListArray()
Declaration
public PListArray()
Properties
IsBinaryUnique
Declaration
public bool IsBinaryUnique { get; }
Property Value
System.
|
Implements
Tag
TypeCode
Declaration
public byte TypeCode { get; }
Property Value
System.
|
Implements
Methods
GetPListElementCount()
Declaration
public int GetPListElementCount()
Returns
System.
|
Implements
GetPListElementLength()
Declaration
public int GetPListElementLength()
Returns
System.
|
Implements
GetSchema()
Declaration
public XmlSchema GetSchema()
Returns
System.
|
ReadBinary(PListBinaryReader)
Declaration
public void ReadBinary(PListBinaryReader reader)
Parameters
PList
|
Implements
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
System.
|
WriteBinary(PListBinaryWriter)
Declaration
public void WriteBinary(PListBinaryWriter writer)
Parameters
PList
|
Implements
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
System.
|