TokenType Property

Json.NET

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

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