CSLexer ClassNFX Class Library

[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

OnlineSystem Object
  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

public sealed class CSLexer : Lexer<CSToken>
See Also