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.5.0.0 (4.5.6.14930)