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

Definition

Achtung

do not use this method

Schließt die bereitgestellte Ausdrucksbaumstruktur in Anführungszeichen ein.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

expression
Expression

Der Ausdruck, der in Anführungszeichen eingeschlossen werden soll.

hoistedLocals
Object

Der vom Compiler bereitgestellte herausgehobene lokale Zustand.

locals
Object[]

Die tatsächlichen herausgehobenen lokalen Werte.

Gibt zurück

Der in Anführungszeichen eingeschlossene Ausdruck.

Attribute

Gilt für: