C# 클래스 BBGamelib.NSCollectionUtils

파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity 1 사용 예제들

공개 메소드들

메소드 설명
ConvertToXml ( object value ) : string
ParseArray ( XmlNode node ) : NSArray
ParseDictionary ( XmlNode node ) : NSDictionary

비공개 메소드들

메소드 설명
Compose ( object value, XmlWriter writer ) : void
ComposeArray ( NSArray value, XmlWriter writer ) : void
Parse ( XmlNode node ) : object
WriteDictionaryValues ( NSDictionary dictionary, XmlWriter writer ) : void

메소드 상세

ConvertToXml() 공개 정적인 메소드

public static ConvertToXml ( object value ) : string
value object
리턴 string

ParseArray() 공개 정적인 메소드

public static ParseArray ( XmlNode node ) : NSArray
node System.Xml.XmlNode
리턴 NSArray

ParseDictionary() 공개 정적인 메소드

public static ParseDictionary ( XmlNode node ) : NSDictionary
node System.Xml.XmlNode
리턴 NSDictionary