RuntimeOps.Quote(Expression, Object, Object[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
do not use this method
为提供的表达式树加引号。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static System::Linq::Expressions::Expression ^ Quote(System::Linq::Expressions::Expression ^ expression, System::Object ^ hoistedLocals, cli::array <System::Object ^> ^ locals);
[System.Obsolete("do not use this method", true)]
public static System.Linq.Expressions.Expression Quote (System.Linq.Expressions.Expression expression, object hoistedLocals, object[] locals);
[<System.Obsolete("do not use this method", true)>]
static member Quote : System.Linq.Expressions.Expression * obj * obj[] -> System.Linq.Expressions.Expression
Public Shared Function Quote (expression As Expression, hoistedLocals As Object, locals As Object()) As Expression
参数
- expression
- Expression
要加引号的表达式。
- hoistedLocals
- Object
由编译器提供的已提升本地状态。
- locals
- Object[]
实际的已提升本地值。
返回
已加引号的表达式。
- 属性