Class PListDict
Inheritance
System.Object
PListDict
Inherited Members
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.Add(System.String, CE.iPhone.PList.IPListElement)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, CE.iPhone.PList.IPListElement>>.Add(System.Collections.Generic.KeyValuePair<System.String, CE.iPhone.PList.IPListElement>)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, CE.iPhone.PList.IPListElement>>.Contains(System.Collections.Generic.KeyValuePair<System.String, CE.iPhone.PList.IPListElement>)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, CE.iPhone.PList.IPListElement>>.Remove(System.Collections.Generic.KeyValuePair<System.String, CE.iPhone.PList.IPListElement>)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.Clear()
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.ContainsKey(System.String)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.ContainsValue(CE.iPhone.PList.IPListElement)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, CE.iPhone.PList.IPListElement>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.OnDeserialization(System.Object)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.Remove(System.String)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.TryGetValue(System.String, CE.iPhone.PList.IPListElement)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, CE.iPhone.PList.IPListElement>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, CE.iPhone.PList.IPListElement>[], System.Int32)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IDictionary.Contains(System.Object)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IDictionary.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IDictionary.Remove(System.Object)
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.Comparer
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.Count
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.Keys
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.Generic.IDictionary<System.String, CE.iPhone.PList.IPListElement>.Keys
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.Generic.IReadOnlyDictionary<System.String, CE.iPhone.PList.IPListElement>.Keys
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.Values
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.Generic.IDictionary<System.String, CE.iPhone.PList.IPListElement>.Values
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.Generic.IReadOnlyDictionary<System.String, CE.iPhone.PList.IPListElement>.Values
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.Item[System.String]
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, CE.iPhone.PList.IPListElement>>.IsReadOnly
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IDictionary.IsFixedSize
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IDictionary.IsReadOnly
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IDictionary.Keys
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IDictionary.Values
System.Collections.Generic.Dictionary<System.String, CE.iPhone.PList.IPListElement>.System.Collections.IDictionary.Item[System.Object]
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 PListDict : Dictionary<string, IPListElement>, IDictionary<string, IPListElement>, ICollection<KeyValuePair<string, IPListElement>>, IDictionary, ICollection, IReadOnlyDictionary<string, IPListElement>, IReadOnlyCollection<KeyValuePair<string, IPListElement>>, IEnumerable<KeyValuePair<string, IPListElement>>, IEnumerable, ISerializable, IDeserializationCallback, IPListElement, IXmlSerializable
Constructors
PListDict()
Declaration
public PListDict()
Properties
IsBinaryUnique
Declaration
public bool IsBinaryUnique { get; }
Property Value
|
System.Boolean
|
Implements
Tag
TypeCode
Declaration
public byte TypeCode { get; }
Property Value
|
System.Byte
|
Implements
Methods
GetPListElementCount()
Declaration
public int GetPListElementCount()
Returns
|
System.Int32
|
Implements
GetPListElementLength()
Declaration
public int GetPListElementLength()
Returns
|
System.Int32
|
Implements
GetSchema()
Declaration
public XmlSchema GetSchema()
Returns
|
System.Xml.Schema.XmlSchema
|
ReadBinary(PListBinaryReader)
Declaration
public void ReadBinary(PListBinaryReader reader)
Parameters
|
PListBinaryReader
reader
|
Implements
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
|
System.Xml.XmlReader
reader
|
WriteBinary(PListBinaryWriter)
Declaration
public void WriteBinary(PListBinaryWriter writer)
Parameters
|
PListBinaryWriter
writer
|
Implements
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
|
System.Xml.XmlWriter
writer
|