Json.NET - Quick Starts & API Documentation
WriteState Property
NamespacesNewtonsoft.JsonJsonWriterWriteState
Gets the state of the writer.
Declaration Syntax
C#Visual BasicVisual C++
public WriteState WriteState { get; }
Public ReadOnly Property WriteState As WriteState
public:
property WriteState WriteState {
	WriteState get ();
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.0.0.0 (3.0.0.0)