RuntimeOps.Quote(Expression, Object, Object[]) Méthode

Définition

Attention

do not use this method

Cite l’arborescence d’expressions fournie.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

expression
Expression

Expression à citer.

hoistedLocals
Object

État local hoisté fourni par le compilateur.

locals
Object[]

Valeurs locales hoistées réelles.

Retours

Expression entre guillemets.

Attributs

S’applique à