The members of System.Linq.Expressions.RuntimeVariablesExpression are listed below.
See Also: Inherited members from System.Linq.Expressions.Expression
[read-only] override | NodeType | ExpressionType.
Returns the node type of this Expression. Extension nodes should return ExpressionType.Extension when overriding this method. |
[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>.
The variables or parameters to which to provide runtime access. |
Update(IEnumerable<ParameterExpression>)
|
override | Accept(ExpressionVisitor)Documentation for this section has not yet been entered. |