EnumerableExecutor<T>(Expression) 构造函数
定义
初始化 EnumerableExecutor<T> 类的新实例。Initializes a new instance of the EnumerableExecutor<T> class.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
EnumerableExecutor(System::Linq::Expressions::Expression ^ expression);
public EnumerableExecutor (System.Linq.Expressions.Expression expression);
new System.Linq.EnumerableExecutor<'T> : System.Linq.Expressions.Expression -> System.Linq.EnumerableExecutor<'T>
Public Sub New (expression As Expression)
参数
- expression
- Expression
要与新实例关联的表达式目录树。An expression tree to associate with the new instance.