Skip to main content

PlistInteger

PlistInteger

Cocos2D

Inheritance: System.Object → Cocos2D.PlistObjectBase → Cocos2D.PlistObject{System.Int32}

Constructors

PlistInteger(int)

PlistInteger(int)(System.Int32 value)
Parameters:
value (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)

Methods

Write(XmlWriter)

Write(XmlWriter)(System.Xml.XmlWriter writer)
Parameters:
writer (System.Xml.XmlWriter)
Example