Last updated 5 months ago
Was this helpful?
Method in
Sets a value indicating whether the lexer is currently lexing an expression that's part of a 'when' clause.
public virtual void SetInWhenClause(bool val);
This value can be accessed by calling .
bool val
bool
The value to set.