WriteState Property

Json.NET

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

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