C# Class Newtonsoft.Json.Linq.JRaw

Inheritance: Newtonsoft.Json.Linq.JValue
Afficher le fichier Open project: runegri/Applicable Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
CloneToken ( ) : JToken

Method Details

Create() public static méthode

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.
Résultat JRaw

JRaw() public méthode

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

JRaw() public méthode

Initializes a new instance of the JRaw class.
public JRaw ( object rawJson ) : System
rawJson object The raw json.
Résultat System