Constructor LexSyntaxBlock
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
ILexStateILexState
that owns this new instance.