Skip to main content

PlistBoolean

PlistBoolean

Cocos2D

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

Constructors

PlistBoolean(bool)

PlistBoolean(bool)(System.Boolean value)
Parameters:
value (System.Boolean)

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