Json.NET - Quick Starts & API Documentation
WriteToken Method (reader)
NamespacesNewtonsoft.JsonJsonWriterWriteToken(JsonReader)
Writes the current JsonReader token.
Declaration Syntax
C#Visual BasicVisual 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.0.2.0 (4.0.2.13929)