[This is preliminary documentation and is subject to change.]

Writes the current JsonReader token.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public void WriteToken(
	JsonReader reader
)
Visual Basic (Declaration)
Public Sub WriteToken ( _
	reader As JsonReader _
)
Visual C++
public:
void WriteToken(
	JsonReader^ reader
)

Parameters

reader
Type: Facebook.Json..::.JsonReader
The JsonReader to read the token from.

See Also

JsonWriter Class
Facebook.Json Namespace