WriteToken Method (reader)

Json.NET

Json.NET - Quick Starts & API Documentation WriteToken Method (reader)
NamespacesNewtonsoft.JsonJsonWriterWriteToken(JsonReader)
Writes the current JsonReader token.
Declaration Syntax
C# Visual Basic Visual C++
public void WriteToken(
	JsonReader reader
)
Public Sub WriteToken ( _
	reader As JsonReader _
)
public:
void WriteToken(
	JsonReader^ reader
)
Parameters
reader (JsonReader)
The JsonReader to read the token from.

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