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

Definition

Achtung

do not use this method

Gibt die bereitgestellte Ausdrucksstruktur an.

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 anführungszeichen soll.

hoistedLocals
Object

Der vom Compiler bereitgestellte lokale Zustand.

locals
Object[]

Die tatsächlichen lokalen Werte.

Gibt zurück

Der an zitierte Ausdruck.

Attribute

Gilt für: