The members of System.Linq.Expressions.SwitchCase are listed below.
See Also: Inherited members from System.Object
[read-only] | Body | Expression.
Gets the body of this case. |
[read-only] | TestValues | System.Collections.ObjectModel.ReadOnlyCollection<Expression>.
Gets the values of this case. This case is selected for execution when the SwitchExpression.SwitchValue matches any of these values. |
override | ToString() | |
Update(IEnumerable<Expression>, Expression)
|