C# 클래스 Utilities.Json.JsonObject

상속: JsonToken
파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit 1 사용 예제들

공개 메소드들

메소드 설명
ContainsField ( string key ) : bool
GetEnumerator ( ) : JsonToken>>.IEnumerator
JsonObject ( ) : System.Collections.Generic
Write ( TextWriter writer, int ident, bool allowIndent ) : void
this ( string key ) : JsonToken

메소드 상세

ContainsField() 공개 메소드

public ContainsField ( string key ) : bool
key string
리턴 bool

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : JsonToken>>.IEnumerator
리턴 JsonToken>>.IEnumerator

JsonObject() 공개 메소드

public JsonObject ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Write() 공개 메소드

public Write ( TextWriter writer, int ident, bool allowIndent ) : void
writer System.IO.TextWriter
ident int
allowIndent bool
리턴 void

this() 공개 메소드

public this ( string key ) : JsonToken
key string
리턴 JsonToken