C# Class LitJson.JsonMockWrapper

Inheritance: IJsonWrapper
Afficher le fichier Open project: SNUGDC/Killing-Game

Private Properties

Свойство Type Description
IDictionary IDictionaryEnumerator
IDictionary bool
IEnumerable IEnumerator
IList bool
IList int
IOrderedDictionary IDictionaryEnumerator

Méthodes publiques

Méthode 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

Méthode Description
IDictionary ( ) : IDictionaryEnumerator
IDictionary ( object key ) : bool
IEnumerable ( ) : IEnumerator
IList ( object value ) : bool
IList ( object value ) : int
IOrderedDictionary ( ) : IDictionaryEnumerator

Method Details

GetBoolean() public méthode

public GetBoolean ( ) : bool
Résultat bool

GetJsonType() public méthode

public GetJsonType ( ) : JsonType
Résultat JsonType

GetNatural() public méthode

public GetNatural ( ) : long
Résultat long

GetReal() public méthode

public GetReal ( ) : double
Résultat double

GetString() public méthode

public GetString ( ) : string
Résultat string

ICollection() public méthode

public ICollection ( Array array, int index ) : void
array System.Array
index int
Résultat void

IDictionary() public méthode

public IDictionary ( ) : void
Résultat void

IDictionary() public méthode

public IDictionary ( object key ) : void
key object
Résultat void

IDictionary() public méthode

public IDictionary ( object k, object v ) : void
k object
v object
Résultat void

IList() public méthode

public IList ( ) : void
Résultat void

IList() public méthode

public IList ( int index ) : void
index int
Résultat void

IList() public méthode

public IList ( int i, object v ) : void
i int
v object
Résultat void

IList() public méthode

public IList ( object value ) : void
value object
Résultat void

IOrderedDictionary() public méthode

public IOrderedDictionary ( int i ) : void
i int
Résultat void

IOrderedDictionary() public méthode

public IOrderedDictionary ( int i, object k, object v ) : void
i int
k object
v object
Résultat void

SetBoolean() public méthode

public SetBoolean ( bool val ) : void
val bool
Résultat void

SetJsonType() public méthode

public SetJsonType ( JsonType type ) : void
type JsonType
Résultat void

SetNatural() public méthode

public SetNatural ( long val ) : void
val long
Résultat void

SetReal() public méthode

public SetReal ( double val ) : void
val double
Résultat void

SetString() public méthode

public SetString ( string val ) : void
val string
Résultat void

ToJson() public méthode

public ToJson ( ) : string
Résultat string

ToJson() public méthode

public ToJson ( JsonWriter writer ) : void
writer JsonWriter
Résultat void

this() public méthode

public this ( object key ) : objectIDictionary.System
key object
Résultat objectIDictionary.System

this() public méthode

public this ( int index ) : objectIList.System
index int
Résultat objectIList.System

this() public méthode

public this ( int idx ) : objectIOrderedDictionary.System
idx int
Résultat objectIOrderedDictionary.System