C# 클래스 Newtonsoft.Json.Linq.JRaw

상속: Newtonsoft.Json.Linq.JValue
파일 보기 프로젝트 열기: runegri/Applicable 1 사용 예제들

공개 메소드들

메소드 설명
Create ( JsonReader reader ) : JRaw

Creates an instance of JRaw with the content of the reader's current token.

JRaw ( JRaw other ) : System

Initializes a new instance of the JRaw class from another JRaw object.

JRaw ( object rawJson ) : System

Initializes a new instance of the JRaw class.

비공개 메소드들

메소드 설명
CloneToken ( ) : JToken

메소드 상세

Create() 공개 정적인 메소드

Creates an instance of JRaw with the content of the reader's current token.
public static Create ( JsonReader reader ) : JRaw
reader Newtonsoft.Json.JsonReader The reader.
리턴 JRaw

JRaw() 공개 메소드

Initializes a new instance of the JRaw class from another JRaw object.
public JRaw ( JRaw other ) : System
other JRaw A object to copy from.
리턴 System

JRaw() 공개 메소드

Initializes a new instance of the JRaw class.
public JRaw ( object rawJson ) : System
rawJson object The raw json.
리턴 System