RuntimeOps.Quote(Expression, Object, Object[]) Yöntem

Tanım

Dikkat

do not use this method

Sağlanan ifade ağacını tırnak içine alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

expression
Expression

Tırnak içine alınacak ifade.

hoistedLocals
Object

Derleyici tarafından sağlanan kümelenmiş yerel durum.

locals
Object[]

Gerçek çapalanmış yerel değerler.

Döndürülenler

Tırnak içine alınmış ifade.

Öznitelikler

Şunlara uygulanır