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

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