Share via


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

Definizione

Attenzione

do not use this method

Cita la struttura ad albero dell'espressione fornita.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

expression
Expression

Espressione da citare.

hoistedLocals
Object

Lo stato locale eseguito fornito dal compilatore.

locals
Object[]

I valori locali effettivi eseguiti.

Restituisce

Espressione citata.

Attributi

Si applica a