Share via


GotoExpression.Update(LabelTarget, Expression) Yöntem

Tanım

Bunun gibi, ancak sağlanan alt öğeleri kullanarak yeni bir ifade oluşturur. Tüm alt öğeler aynıysa bu ifade döndürülecektir.

public:
 System::Linq::Expressions::GotoExpression ^ Update(System::Linq::Expressions::LabelTarget ^ target, System::Linq::Expressions::Expression ^ value);
public System.Linq.Expressions.GotoExpression Update (System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression value);
public System.Linq.Expressions.GotoExpression Update (System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression? value);
member this.Update : System.Linq.Expressions.LabelTarget * System.Linq.Expressions.Expression -> System.Linq.Expressions.GotoExpression
Public Function Update (target As LabelTarget, value As Expression) As GotoExpression

Parametreler

target
LabelTarget

Sonucun Target özelliği.

value
Expression

Sonucun Value özelliği.

Döndürülenler

Hiçbir alt öğe değiştirilmediyse veya güncelleştirilmiş alt öğeleri olan bir ifadeyse bu ifade.

Şunlara uygulanır