expression property
Expression
get
expression
The expression whose value is returned from the switch expression if the pattern matches.
Implementation
Expression get expression;
The expression whose value is returned from the switch expression if the pattern matches.
Expression get expression;