System.Linq.Expressions.SwitchCase: Property Members

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

Public Properties

[read-only]
BodyExpression.

Gets the body of this case.

[read-only]
TestValuesSystem.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.