프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EnsureCollection | ICollection | ||
EnsureDictionary | IDictionary | ||
EnsureList | IList | ||
ICollection | void | ||
IDictionary | IDictionaryEnumerator | ||
IDictionary | bool | ||
IDictionary | void | ||
IDictionary | void | ||
IDictionary | void | ||
IEnumerable | IEnumerator | ||
IList | bool | ||
IList | int | ||
IList | void | ||
IList | void | ||
IList | void | ||
IList | void | ||
JsonDataBool | void | ||
JsonDataDictionary | void | ||
JsonDataDouble | void | ||
JsonDataInt | void | ||
JsonDataList | void | ||
JsonDataLong | void | ||
JsonDataString | void | ||
ToJsonData | |||
ToObject | object | ||
this | objectIDictionary.System | ||
this | objectIList.System |
메소드 | 설명 | |
---|---|---|
Add ( object value ) : int | ||
Clear ( ) : void | ||
Contains ( object key ) : bool | ||
Enumerator ( ) : IDictionaryEnumerator | ||
Equals ( |
||
GetJsonType ( ) : JsonType | ||
IsNull ( |
||
JsonData ( ) : System | ||
JsonData ( bool boolean ) : System | ||
JsonData ( double number ) : System | ||
JsonData ( int number ) : System | ||
JsonData ( long number ) : System | ||
JsonData ( object obj ) : System | ||
JsonData ( string str ) : System | ||
ToDouble ( ) : double |
@yy ��������ű�ϵͳ��json����ת��
|
|
ToFloat ( ) : float |
@yy ��������ű�ϵͳ��json����ת��
|
|
ToInt ( ) : int |
@yy ��������ű�ϵͳ��json����ת��
|
|
ToJson ( ) : string | ||
ToString ( ) : string | ||
ToUint ( ) : uint |
@yy ��������ű�ϵͳ��json����ת��
|
|
ToUshort ( ) : ushort |
@yy ��������ű�ϵͳ��json����ת��
|
|
this ( int index ) : |
||
this ( string prop_name ) : |
메소드 | 설명 | |
---|---|---|
EnsureCollection ( ) : ICollection | ||
EnsureDictionary ( ) : IDictionary | ||
EnsureList ( ) : IList | ||
ICollection ( |
||
IDictionary ( ) : IDictionaryEnumerator | ||
IDictionary ( object key ) : bool | ||
IDictionary ( ) : void | ||
IDictionary ( object key ) : void | ||
IDictionary ( object key, object value ) : void | ||
IEnumerable ( ) : IEnumerator | ||
IList ( object value ) : bool | ||
IList ( object value ) : int | ||
IList ( ) : void | ||
IList ( int index ) : void | ||
IList ( int index, object value ) : void | ||
IList ( object value ) : void | ||
JsonDataBool ( bool boolean ) : void | ||
JsonDataDictionary ( IDictionary obj ) : void | ||
JsonDataDouble ( double number ) : void | ||
JsonDataInt ( int number ) : void | ||
JsonDataList ( IList obj ) : void | ||
JsonDataLong ( long number ) : void | ||
JsonDataString ( string str ) : void | ||
ToJsonData ( object obj ) : |
||
ToObject ( object obj ) : object | ||
this ( object key ) : objectIDictionary.System | ||
this ( int index ) : objectIList.System |