Json.NET - Quick Starts & API Documentation
WriteEnd Method (token)
NamespacesNewtonsoft.JsonJsonWriterWriteEnd(JsonToken)
Writes the specified end token.
Declaration Syntax
C#Visual BasicVisual 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: 3.0.0.0 (3.0.0.0)