4 [global::__DynamicallyInvokable]
9 [global::__DynamicallyInvokable]
12 [global::__DynamicallyInvokable]
19 [global::__DynamicallyInvokable]
Provides an internal interface for accessing the arguments of multiple tree nodes (DynamicExpression,...
int ArgumentCount
Returns the number of arguments to the expression tree node. You should not use this type....
Expression GetArgument(int index)
Returns the argument at index, throwing if index is out of bounds. You should not use this type....
Provides the base class from which the classes that represent expression tree nodes are derived....