TokenType Property

Json.NET

Json.NET - Quick Starts & API Documentation TokenType Property
NamespacesNewtonsoft.JsonJsonReaderTokenType
Gets the type of the current Json token.
Declaration Syntax
C# Visual Basic Visual C++
public virtual JsonToken TokenType { get; }
Public Overridable ReadOnly Property TokenType As JsonToken
	Get
public:
virtual property JsonToken TokenType {
	JsonToken get ();
}

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