Property LeaveState
LeaveState
When implemented by a class, gets or sets ILexState
object that specifies lexical resulting state after lexical analyzer locates text, that matches to the ILexSyntaxBlock.Expression
.
ILexState LeaveState { get; set; }