C# 클래스 Xamarin.Parse.Json.JsonWriter

파일 보기 프로젝트 열기: chkn/XamarinParse 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
buffer StringBuilder
next_needs_comma bool

공개 메소드들

메소드 설명
EndObject ( ) : void
JsonWriter ( ) : System
StartObject ( ) : void
ToString ( ) : string
WriteArray ( IEnumerable values ) : Cirrus.Future
WriteKey ( string key ) : void
WriteObject ( object>.IEnumerable pairs ) : Cirrus.Future
WriteString ( string str ) : void
WriteValue ( object value ) : Cirrus.Future

보호된 메소드들

메소드 설명
WriteCommaIfNecessary ( ) : void

메소드 상세

EndObject() 공개 메소드

public EndObject ( ) : void
리턴 void

JsonWriter() 공개 메소드

public JsonWriter ( ) : System
리턴 System

StartObject() 공개 메소드

public StartObject ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteArray() 공개 메소드

public WriteArray ( IEnumerable values ) : Cirrus.Future
values IEnumerable
리턴 Cirrus.Future

WriteCommaIfNecessary() 보호된 메소드

protected WriteCommaIfNecessary ( ) : void
리턴 void

WriteKey() 공개 메소드

public WriteKey ( string key ) : void
key string
리턴 void

WriteObject() 공개 메소드

public WriteObject ( object>.IEnumerable pairs ) : Cirrus.Future
pairs object>.IEnumerable
리턴 Cirrus.Future

WriteString() 공개 메소드

public WriteString ( string str ) : void
str string
리턴 void

WriteValue() 공개 메소드

public WriteValue ( object value ) : Cirrus.Future
value object
리턴 Cirrus.Future

프로퍼티 상세

buffer 보호되어 있는 프로퍼티

protected StringBuilder buffer
리턴 StringBuilder

next_needs_comma 보호되어 있는 프로퍼티

protected bool next_needs_comma
리턴 bool