Last updated 4 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.
This value can be accessed by calling .
public virtual void SetInWhenClause(bool val);
bool val
bool
The value to set.