TokenType Property

MCManager API

[Missing <summary> documentation for "P:Moxiecode.Manager.Utils.JSONReader.TokenType"]

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public JSONToken TokenType { get; }
Visual Basic (Declaration)
Public ReadOnly Property TokenType As JSONToken
Visual C++
public:
property JSONToken TokenType {
	JSONToken get ();
}

See Also