[This is preliminary documentation and is subject to change.]
Denotes Laconfig token types
Namespace: NFX.CodeAnalysis.LaconfigAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| tUnknown | 0 | ||
| NONLANG_START | 1 | ||
| tBOF | 2 | ||
| tEOF | 3 | ||
| tDirective | 4 | ||
| NONLANG_END | 5 | ||
| tComment | 6 | ||
| SYMBOLS_START | 7 | ||
| tBraceOpen | 8 | ||
| tBraceClose | 9 | ||
| SYMBOLS_END | 10 | ||
| tEQ | 11 | ||
| tIdentifier | 12 | ||
| LITERALS_START | 13 | ||
| tStringLiteral | 14 | ||
| LITERALS_END | 15 |
See Also