Table of Contents

Constructor LexStyle

Namespace
Alternet.Syntax.Lexer
Assembly
Alternet.Syntax.v9.dll

LexStyle()

Initializes a new instance of the LexStyle class with default settings.

public LexStyle()

LexStyle(ILexScheme)

Initializes a new instance of the LexStyle class with a specified owner.

public LexStyle(ILexScheme scheme)

Parameters

scheme ILexScheme

ILexScheme that contains this new instance.