[This is preliminary documentation and is subject to change.]
Represents a lexical token of the language. This is an abstract class that particular language implementations must extend
to define language-specific token types
Inheritance Hierarchy

NFX.CodeAnalysis Token
NFX.CodeAnalysis.CSharp CSToken
NFX.CodeAnalysis.JSON JSONToken
NFX.CodeAnalysis.Laconfig LaconfigToken
Namespace: NFX.CodeAnalysis
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also