C# 클래스 LitJson.JsonMockWrapper

상속: IJsonWrapper
파일 보기 프로젝트 열기: SNUGDC/Killing-Game

Private Properties

프로퍼티 타입 설명
IDictionary IDictionaryEnumerator
IDictionary bool
IEnumerable IEnumerator
IList bool
IList int
IOrderedDictionary IDictionaryEnumerator

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IDictionary ( ) : IDictionaryEnumerator
IDictionary ( object key ) : bool
IEnumerable ( ) : IEnumerator
IList ( object value ) : bool
IList ( object value ) : int
IOrderedDictionary ( ) : IDictionaryEnumerator

메소드 상세

GetBoolean() 공개 메소드

public GetBoolean ( ) : bool
리턴 bool

GetJsonType() 공개 메소드

public GetJsonType ( ) : JsonType
리턴 JsonType

GetNatural() 공개 메소드

public GetNatural ( ) : long
리턴 long

GetReal() 공개 메소드

public GetReal ( ) : double
리턴 double

GetString() 공개 메소드

public GetString ( ) : string
리턴 string

ICollection() 공개 메소드

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

IDictionary() 공개 메소드

public IDictionary ( ) : void
리턴 void

IDictionary() 공개 메소드

public IDictionary ( object key ) : void
key object
리턴 void

IDictionary() 공개 메소드

public IDictionary ( object k, object v ) : void
k object
v object
리턴 void

IList() 공개 메소드

public IList ( ) : void
리턴 void

IList() 공개 메소드

public IList ( int index ) : void
index int
리턴 void

IList() 공개 메소드

public IList ( int i, object v ) : void
i int
v object
리턴 void

IList() 공개 메소드

public IList ( object value ) : void
value object
리턴 void

IOrderedDictionary() 공개 메소드

public IOrderedDictionary ( int i ) : void
i int
리턴 void

IOrderedDictionary() 공개 메소드

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

SetBoolean() 공개 메소드

public SetBoolean ( bool val ) : void
val bool
리턴 void

SetJsonType() 공개 메소드

public SetJsonType ( JsonType type ) : void
type JsonType
리턴 void

SetNatural() 공개 메소드

public SetNatural ( long val ) : void
val long
리턴 void

SetReal() 공개 메소드

public SetReal ( double val ) : void
val double
리턴 void

SetString() 공개 메소드

public SetString ( string val ) : void
val string
리턴 void

ToJson() 공개 메소드

public ToJson ( ) : string
리턴 string

ToJson() 공개 메소드

public ToJson ( JsonWriter writer ) : void
writer JsonWriter
리턴 void

this() 공개 메소드

public this ( object key ) : objectIDictionary.System
key object
리턴 objectIDictionary.System

this() 공개 메소드

public this ( int index ) : objectIList.System
index int
리턴 objectIList.System

this() 공개 메소드

public this ( int idx ) : objectIOrderedDictionary.System
idx int
리턴 objectIOrderedDictionary.System