Json.NET - Quick Starts & API Documentation
CurrentState Property
Namespaces ► Newtonsoft.Json ► JsonReader ► CurrentState
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.