GotoExpression.Value プロパティ

定義

移動先に渡される値。ターゲットの型が System.Void である場合は null。

public:
 property System::Linq::Expressions::Expression ^ Value { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Value { get; }
public System.Linq.Expressions.Expression? Value { get; }
member this.Value : System.Linq.Expressions.Expression
Public ReadOnly Property Value As Expression

プロパティ値

移動先に渡される値を表す Expression オブジェクト、または null。

適用対象