WriteEnd Method (token)

Json.NET

Json.NET - Quick Starts & API Documentation WriteEnd Method (token)
NamespacesNewtonsoft.JsonJsonWriterWriteEnd(JsonToken)
Writes the specified end token.
Declaration Syntax
C# Visual Basic Visual C++
protected virtual void WriteEnd(
	JsonToken token
)
Protected Overridable Sub WriteEnd ( _
	token As JsonToken _
)
protected:
virtual void WriteEnd(
	JsonToken token
)
Parameters
token (JsonToken)
The end token to write.

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