PlistArray
PlistArray
Cocos2DInheritance: System.Object → Cocos2D.PlistObjectBase → Cocos2D.PlistObject{System.Collections.Generic.List{Cocos2D.PlistObjectBase}}
Implements: System.Collections.Generic.IEnumerable{Cocos2D.PlistObjectBase}, System.Collections.IEnumerable
Constructors
PlistArray()
PlistArray()()PlistArray(List)
PlistArray(List)(System.Collections.Generic.ListCocos2D.PlistObjectBase value)Parameters:
value (System.Collections.Generic.ListCocos2D.PlistObjectBase)PlistArray(IEnumerable)
PlistArray(IEnumerable)(System.Collections.IEnumerable value)Parameters:
value (System.Collections.IEnumerable)PlistArray(int)
PlistArray(int)(System.Int32 capacity)Parameters:
capacity (System.Int32)Properties
AsArray(Cocos2D.PlistArray)
AsBinary(System.Byte[])
AsBool(System.Boolean)
AsDate(System.DateTime)
AsDictionary(Cocos2D.PlistDictionary)
AsFloat(System.Single)
AsInt(System.Int32)
AsString(System.String)
Count(System.Int32)
this[int](Cocos2D.PlistObjectBase)
Methods
Add(PlistObjectBase)
Add(PlistObjectBase)(Cocos2D.PlistObjectBase value)Parameters:
value (Cocos2D.PlistObjectBase)Add(IDictionary)
Add(IDictionary)(System.Collections.IDictionary value)Parameters:
value (System.Collections.IDictionary)Clear()
Clear()()Contains(PlistObjectBase)
System.Boolean Contains(PlistObjectBase)(Cocos2D.PlistObjectBase value)Parameters:
value (Cocos2D.PlistObjectBase)Returns:
System.BooleanGetEnumerator()
System.Collections.Generic.IEnumeratorCocos2D.PlistObjectBase GetEnumerator()()Returns:
System.Collections.Generic.IEnumeratorCocos2D.PlistObjectBaseExample
Remove(PlistObjectBase)
System.Boolean Remove(PlistObjectBase)(Cocos2D.PlistObjectBase value)Parameters:
value (Cocos2D.PlistObjectBase)Returns:
System.BooleanWrite(XmlWriter)
Write(XmlWriter)(System.Xml.XmlWriter writer)Parameters:
writer (System.Xml.XmlWriter)Example