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

Definition

Varning

do not use this method

Citerar det angivna uttrycksträdet.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

expression
Expression

Uttrycket som ska citeras.

hoistedLocals
Object

Den hissade lokala staten som tillhandahålls av kompilatorn.

locals
Object[]

De faktiska hissade lokala värdena.

Returer

Det citerade uttrycket.

Attribut

Gäller för