Udostępnij przez


RuntimeOps.Quote(Expression, Object, Object[]) Metoda

Definicja

Przestroga

do not use this method

Cytuje podane drzewo wyrażeń.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

expression
Expression

Wyrażenie do cudzysłowu.

hoistedLocals
Object

Stan lokalny wywracany przez kompilator.

locals
Object[]

Rzeczywiste wywłaszczone wartości lokalne.

Zwraca

Wyrażenie cytowane.

Atrybuty

Dotyczy