C# 클래스 SimpleJSON.JSONLazyCreator

상속: JSONNode
파일 보기 프로젝트 열기: drakelinglabs/unityarmada

공개 메소드들

메소드 설명
Add ( JSONNode aItem ) : void
Add ( string aKey, JSONNode aItem ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
JSONLazyCreator ( JSONNode aNode ) : System
JSONLazyCreator ( JSONNode aNode, string aKey ) : System
ToJSON ( int prefix ) : string
ToString ( ) : string
ToString ( string aPrefix ) : string
operator ( ) : bool
this ( int aIndex ) : JSONNode
this ( string aKey ) : JSONNode

비공개 메소드들

메소드 설명
Set ( JSONNode aVal ) : void

메소드 상세

Add() 공개 메소드

public Add ( JSONNode aItem ) : void
aItem JSONNode
리턴 void

Add() 공개 메소드

public Add ( string aKey, JSONNode aItem ) : void
aKey string
aItem JSONNode
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

JSONLazyCreator() 공개 메소드

public JSONLazyCreator ( JSONNode aNode ) : System
aNode JSONNode
리턴 System

JSONLazyCreator() 공개 메소드

public JSONLazyCreator ( JSONNode aNode, string aKey ) : System
aNode JSONNode
aKey string
리턴 System

ToJSON() 공개 메소드

public ToJSON ( int prefix ) : string
prefix int
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( string aPrefix ) : string
aPrefix string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

this() 공개 메소드

public this ( int aIndex ) : JSONNode
aIndex int
리턴 JSONNode

this() 공개 메소드

public this ( string aKey ) : JSONNode
aKey string
리턴 JSONNode