In This Article

DotNetLexerBase Class

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

public abstract class DotNetLexerBase : MergeableLexerBase, IMergeableLexer, ILexer, IKeyedObject
Inheritance:
object MergeableLexerBase object
Derived:
CSharpLexer VBLexer
Implements:
IMergeableLexer ILexer IKeyedObject

Constructors

DotNetLexerBase()

Initializes an instance of the class.

protected DotNetLexerBase()

Inherited Members

Extension Methods