9 [DebuggerTypeProxy(typeof(RuntimeVariablesExpressionProxy))]
10 [global::__DynamicallyInvokable]
17 [global::__DynamicallyInvokable]
20 [global::__DynamicallyInvokable]
29 [global::__DynamicallyInvokable]
32 [global::__DynamicallyInvokable]
41 [global::__DynamicallyInvokable]
44 [global::__DynamicallyInvokable]
53 _variables = variables;
56 protected internal override Expression Accept(ExpressionVisitor visitor)
58 return visitor.VisitRuntimeVariables(
this);
64 [global::__DynamicallyInvokable]
RuntimeVariablesExpression Update(IEnumerable< ParameterExpression > variables)
Creates a new expression that is like this one, but using the supplied children. If all of the childr...
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
Provides the base class from which the classes that represent expression tree nodes are derived....
An expression that provides runtime read/write permission for variables.
Represents type declarations: class types, interface types, array types, value types,...
ExpressionType
Describes the node types for the nodes of an expression tree.
ReadOnlyCollection< ParameterExpression > Variables
The variables or parameters to which to provide runtime access.
sealed override ExpressionType NodeType
Returns the node type of this Expression. Extension nodes should return F:System.Linq....
Represents the values of run-time variables.