Table of Contents

Constructor LexSyntaxBlock

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

LexSyntaxBlock()

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

public LexSyntaxBlock()

LexSyntaxBlock(ILexState)

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

public LexSyntaxBlock(ILexState state)

Parameters

state ILexState

ILexState that owns this new instance.