In This Article

DotNetLexerBase Class

Provides the abstract base class of a .NET language lexer.

public abstract class DotNetLexerBase : MergableLexerBase, IMergableLexer, ILexer, IKeyedObject
Inheritance:
object MergableLexerBase object
Derived:
CSharpLexer VBLexer
Implements:
IMergableLexer ILexer IKeyedObject

Constructors

DotNetLexerBase()

Initializes an instance of the class.

protected DotNetLexerBase()

Inherited Members