Json.NET - Quick Starts & API Documentation
Create Method (reader)
NamespacesNewtonsoft.Json.LinqJRawCreate(JsonReader)
Creates an instance of JRaw with the content of the reader's current token.
Declaration Syntax
C#Visual BasicVisual C++
public static JRaw Create(
	JsonReader reader
)
Public Shared Function Create ( _
	reader As JsonReader _
) As JRaw
public:
static JRaw^ Create(
	JsonReader^ reader
)
Parameters
reader (JsonReader)
The reader.
Return Value
An instance of JRaw with the content of the reader's current token.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)