[This is preliminary documentation and is subject to change.]
Performs lexical analysis on source supplied in C# syntax.
This class supports lazy analysis that happens gradually as result tokens are consumed through IEnumerable interface.
Inheritance Hierarchy

NFX.CodeAnalysis CommonCodeProcessor
NFX.CodeAnalysis SourceRefCommonCodeProcessor
NFX.CodeAnalysis Lexer CSToken
NFX.CodeAnalysis.CSharp CSLexer
Namespace: NFX.CodeAnalysis.CSharp
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also