[This is preliminary documentation and is subject to change.]
Provides language-agnostic token classification
Namespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Other | 0 | ||
| BOF | 1 | ||
| EOF | 2 | ||
| Directive | 3 | ||
| Comment | 4 | ||
| Literal | 5 | ||
| Identifier | 6 | ||
| Keyword | 7 | ||
| Operator | 8 | ||
| Symbol | 9 |
See Also