The members of System.Linq.Expressions.BlockExpression are listed below.
See Also: Inherited members from System.Linq.Expressions.Expression
[read-only] | Expressions | System.Collections.ObjectModel.ReadOnlyCollection<Expression>.
Gets the expressions in this block. |
[read-only] override | NodeType | ExpressionType.
Returns the node type of this expression. Extension nodes should return ExpressionType.Extension when overriding this method. |
[read-only] | Result | Expression.
Gets the last expression in this block. |
[read-only] override | Type | Type.
Gets the static type of the expression that this System.Linq.Expressions.Expression represents. |
[read-only] | Variables | System.Collections.ObjectModel.ReadOnlyCollection<ParameterExpression>.
Gets the variables defined in this block. |
Update(IEnumerable<ParameterExpression>, IEnumerable<Expression>)
|
override | Accept(ExpressionVisitor)
|