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[]
實際提取的區域數值。
傳回
引用的運算式。
- 屬性