C# Class LitJson.JsonMockWrapper

Inheritance: IJsonWrapper
显示文件 Open project: SNUGDC/Killing-Game

Private Properties

Property Type Description
IDictionary IDictionaryEnumerator
IDictionary bool
IEnumerable IEnumerator
IList bool
IList int
IOrderedDictionary IDictionaryEnumerator

Public Methods

Method Description
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

Private Methods

Method Description
IDictionary ( ) : IDictionaryEnumerator
IDictionary ( object key ) : bool
IEnumerable ( ) : IEnumerator
IList ( object value ) : bool
IList ( object value ) : int
IOrderedDictionary ( ) : IDictionaryEnumerator

Method Details

GetBoolean() public method

public GetBoolean ( ) : bool
return bool

GetJsonType() public method

public GetJsonType ( ) : JsonType
return JsonType

GetNatural() public method

public GetNatural ( ) : long
return long

GetReal() public method

public GetReal ( ) : double
return double

GetString() public method

public GetString ( ) : string
return string

ICollection() public method

public ICollection ( Array array, int index ) : void
array System.Array
index int
return void

IDictionary() public method

public IDictionary ( ) : void
return void

IDictionary() public method

public IDictionary ( object key ) : void
key object
return void

IDictionary() public method

public IDictionary ( object k, object v ) : void
k object
v object
return void

IList() public method

public IList ( ) : void
return void

IList() public method

public IList ( int index ) : void
index int
return void

IList() public method

public IList ( int i, object v ) : void
i int
v object
return void

IList() public method

public IList ( object value ) : void
value object
return void

IOrderedDictionary() public method

public IOrderedDictionary ( int i ) : void
i int
return void

IOrderedDictionary() public method

public IOrderedDictionary ( int i, object k, object v ) : void
i int
k object
v object
return void

SetBoolean() public method

public SetBoolean ( bool val ) : void
val bool
return void

SetJsonType() public method

public SetJsonType ( JsonType type ) : void
type JsonType
return void

SetNatural() public method

public SetNatural ( long val ) : void
val long
return void

SetReal() public method

public SetReal ( double val ) : void
val double
return void

SetString() public method

public SetString ( string val ) : void
val string
return void

ToJson() public method

public ToJson ( ) : string
return string

ToJson() public method

public ToJson ( JsonWriter writer ) : void
writer JsonWriter
return void

this() public method

public this ( object key ) : objectIDictionary.System
key object
return objectIDictionary.System

this() public method

public this ( int index ) : objectIList.System
index int
return objectIList.System

this() public method

public this ( int idx ) : objectIOrderedDictionary.System
idx int
return objectIOrderedDictionary.System