RuntimeOps.Quote(Expression, Object, Object[]) 方法

定義

警告

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[]

實際提升的地方價值觀。

傳回

引用的表達。

屬性

適用於