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 JsonToken TokenType { get; }
Public ReadOnly Property TokenType As JsonToken
public:
property JsonToken TokenType {
	JsonToken get ();
}

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