The members of System.Linq.Expressions.SwitchExpression are listed below.
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. |
Update(Expression, IEnumerable<SwitchCase>, Expression)
|
override | Accept(ExpressionVisitor)Documentation for this section has not yet been entered. |