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

Definizione

Attenzione

do not use this method

Virgolette l'albero delle espressioni fornito.

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

Stato locale temporaneo fornito dal compilatore.

locals
Object[]

Valori locali vuoti effettivi.

Valori restituiti

Espressione tra virgolette.

Attributi

Si applica a