The properties of System.Linq.Expressions.SwitchCase are listed below. For a list of all members, see the SwitchCase Members list.
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. |