System.Linq.Expressions.SwitchExpression: Property Members

The properties of System.Linq.Expressions.SwitchExpression are listed below. For a list of all members, see the SwitchExpression Members list.

See Also: Inherited members from System.Linq.Expressions.Expression

Public Properties

[read-only]
CasesSystem.Collections.ObjectModel.ReadOnlyCollection<SwitchCase>.

Gets the collection of System.Linq.Expressions.SwitchCase objects for the switch.

[read-only]
ComparisonSystem.Reflection.MethodInfo.

Gets the equality comparison method, if any.

[read-only]
DefaultBodyExpression.

Gets the test for the switch.

[read-only]
override
NodeTypeExpressionType.

Returns the node type of this Expression. Extension nodes should return ExpressionType.Extension when overriding this method.

[read-only]
SwitchValueExpression.

Gets the test for the switch.

[read-only]
override
TypeType.

Gets the static type of the expression that this System.Linq.Expressions.Expression represents.