C# 클래스 ThirdParty.Json.LitJson.JsonReader

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
JsonReader ( TextReader reader ) : System
JsonReader ( string json_text ) : System
Read ( ) : bool

비공개 메소드들

메소드 설명
JsonReader ( TextReader reader, bool owned ) : System
ProcessNumber ( string number ) : void
ProcessSymbol ( ) : void
ReadToken ( ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

JsonReader() 공개 메소드

public JsonReader ( TextReader reader ) : System
reader TextReader
리턴 System

JsonReader() 공개 메소드

public JsonReader ( string json_text ) : System
json_text string
리턴 System

Read() 공개 메소드

public Read ( ) : bool
리턴 bool