Writes the specified end token.

Declaration Syntax
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)