![]() | CaseSwitchExpression Methods |
The CaseSwitchExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds a pair of expressions representing a "when" and a "then" in the switch.
|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetElse |
Sets the else-part of the case-switch. This result of this expression is returned
when no when-expression matched.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |