CurrentState Property

Json.NET

Json.NET - Quick Starts & API Documentation CurrentState Property
NamespacesNewtonsoft.JsonJsonReaderCurrentState
Gets the current reader state.
Declaration Syntax
C# Visual Basic Visual C++
protected JsonReader..::..State CurrentState { get; }
Protected ReadOnly Property CurrentState As JsonReader..::..State
	Get
protected:
property JsonReader..::..State CurrentState {
	JsonReader..::..State get ();
}
Value
The current reader state.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)