Aracılığıyla paylaş


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

Tanım

Dikkat

do not use this method

Sağlanan ifade ağacından alıntılar.

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 yükseltilmiş yerel durum.

locals
Object[]

Asıl kaldırılmış yerel değerler.

Döndürülenler

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

Öznitelikler

Şunlara uygulanır