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

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