ECMA-334 C# Language Specification9.4: Tokens |
There are several kinds of tokens: identifiers, keywords, literals, operators, and punctuators. White space and comments are not tokens, though they act as separators for tokens.
identifier
keyword
integer-literal
real-literal
character-literal
string-literal
operator-or-punctuator
In This Section: