C# 클래스 Utilities.Json.JsonToken

파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit

공개 메소드들

메소드 설명
ToString ( bool allowIndentation = false ) : string
Write ( TextWriter writer, bool allowIndent ) : void
Write ( TextWriter writer, int ident, bool allowIndent ) : void

보호된 메소드들

메소드 설명
writeIdentation ( TextWriter writer, int ident ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( bool allowIndentation = false ) : string
allowIndentation bool
리턴 string

Write() 공개 메소드

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

Write() 공개 추상적인 메소드

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

writeIdentation() 보호된 메소드

protected writeIdentation ( TextWriter writer, int ident ) : void
writer System.IO.TextWriter
ident int
리턴 void