C# 클래스 Utilities.Json.JsonString

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

공개 프로퍼티들

프로퍼티 타입 설명
String string

공개 메소드들

메소드 설명
JsonString ( string str ) : System.IO
Write ( TextWriter writer, int ident, bool allowIndent ) : void

메소드 상세

JsonString() 공개 메소드

public JsonString ( string str ) : System.IO
str string
리턴 System.IO

Write() 공개 메소드

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

프로퍼티 상세

String 공개적으로 프로퍼티

public string String
리턴 string