LaconfigTokenType EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Denotes Laconfig token types

Namespace: NFX.CodeAnalysis.Laconfig
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum LaconfigTokenType
Members

  Member nameValueDescription
tUnknown0
NONLANG_START1
tBOF2
tEOF3
tDirective4
NONLANG_END5
tComment6
SYMBOLS_START7
tBraceOpen8
tBraceClose9
SYMBOLS_END10
tEQ11
tIdentifier12
LITERALS_START13
tStringLiteral14
LITERALS_END15
See Also