메소드 |
설명 |
|
GetBoolean ( ) : bool |
|
|
GetJsonType ( ) : JsonType |
|
|
GetNatural ( ) : long |
|
|
GetReal ( ) : double |
|
|
GetString ( ) : string |
|
|
ICollection ( Array array, int index ) : void |
|
|
IDictionary ( ) : void |
|
|
IDictionary ( object key ) : void |
|
|
IDictionary ( object k, object v ) : void |
|
|
IList ( ) : void |
|
|
IList ( int index ) : void |
|
|
IList ( int i, object v ) : void |
|
|
IList ( object value ) : void |
|
|
IOrderedDictionary ( int i ) : void |
|
|
IOrderedDictionary ( int i, object k, object v ) : void |
|
|
SetBoolean ( bool val ) : void |
|
|
SetJsonType ( JsonType type ) : void |
|
|
SetNatural ( long val ) : void |
|
|
SetReal ( double val ) : void |
|
|
SetString ( string val ) : void |
|
|
ToJson ( ) : string |
|
|
ToJson ( JsonWriter writer ) : void |
|
|
this ( object key ) : objectIDictionary.System |
|
|
this ( int index ) : objectIList.System |
|
|
this ( int idx ) : objectIOrderedDictionary.System |
|
|