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
[read-only] | Cases | System.Collections.ObjectModel.ReadOnlyCollection<SwitchCase>.
Gets the collection of System.Linq.Expressions.SwitchCase objects for the switch. |
[read-only] | Comparison | System.Reflection.MethodInfo.
Gets the equality comparison method, if any. |
[read-only] | DefaultBody | Expression.
Gets the test for the switch. |
[read-only] override | NodeType | ExpressionType.
Returns the node type of this Expression. Extension nodes should return ExpressionType.Extension when overriding this method. |
[read-only] | SwitchValue | Expression.
Gets the test for the switch. |
[read-only] override | Type | Type.
Gets the static type of the expression that this System.Linq.Expressions.Expression represents. |