Property | Type | Description | |
---|---|---|---|
IDictionary | IDictionaryEnumerator | ||
IDictionary | bool | ||
IEnumerable | IEnumerator | ||
IList | bool | ||
IList | int | ||
IOrderedDictionary | IDictionaryEnumerator |
Method | Description | |
---|---|---|
GetBoolean ( ) : bool | ||
GetJsonType ( ) : JsonType | ||
GetNatural ( ) : long | ||
GetReal ( ) : double | ||
GetString ( ) : string | ||
ICollection ( |
||
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 ( |
||
this ( object key ) : objectIDictionary.System | ||
this ( int index ) : objectIList.System | ||
this ( int idx ) : objectIOrderedDictionary.System |
Method | Description | |
---|---|---|
IDictionary ( ) : IDictionaryEnumerator | ||
IDictionary ( object key ) : bool | ||
IEnumerable ( ) : IEnumerator | ||
IList ( object value ) : bool | ||
IList ( object value ) : int | ||
IOrderedDictionary ( ) : IDictionaryEnumerator |
public ICollection ( |
||
array | ||
index | int | |
return | void |
public IDictionary ( object k, object v ) : void | ||
k | object | |
v | object | |
return | void |
public IOrderedDictionary ( int i, object k, object v ) : void | ||
i | int | |
k | object | |
v | object | |
return | void |
public this ( object key ) : objectIDictionary.System | ||
key | object | |
return | objectIDictionary.System |
public this ( int index ) : objectIList.System | ||
index | int | |
return | objectIList.System |
public this ( int idx ) : objectIOrderedDictionary.System | ||
idx | int | |
return | objectIOrderedDictionary.System |