ExpressionProperty<T>.Value プロパティ

定義

式プロパティの生値を取得するか設定します。

public T Value { get; protected set; }
member this.Value : 'T with get, set
Public Property Value As T

プロパティ値

T

GetValue()を呼び出したときに返すべき値。

適用対象