C# Класс Newtonsoft.Json.Linq.JRaw

Наследование: Newtonsoft.Json.Linq.JValue
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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