GotoExpression.Update(LabelTarget, Expression) メソッド

定義

これに似た式ですが、指定された子を使用する、新しい式を作成します。 すべての子が同じである場合、この式を返します。

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

パラメーター

target
LabelTarget

結果の Target プロパティ。

value
Expression

結果の Value プロパティ。

戻り値

子が変更されていない場合はこの式。あるいは、更新された子を持つ式。

適用対象