expression property
Expression
get
expression
Return the expression whose value will be returned from the switch expression if the pattern matches.
Implementation
Expression get expression;
Return the expression whose value will be returned from the switch expression if the pattern matches.
Expression get expression;