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
stateILexStateILexStatethat owns this new instance.