CsTokenClass
The varies token classes.
Attribute = 0
An attribute token.
Bracket = 10
A curly bracket, square bracket, parenthesis, attribute bracket, or generic bracket.
A conditional compilation directive token.
A constructor constraint token.
GenericType = 1
A generic type token.
Number = 2
A number token.
OperatorSymbol = 9
An operator symbol token.
A preprocessor directive token.
RegionDirective = 4
A region directive token.
Token = 12
A standard token.
Type = 6
A type token.
Whitespace = 7
A whitespace token.
XmlHeader = 8
An Xml header token.