ExpressionProperty<T>.Value 属性

定义

获取或设置表达式属性的原始值。

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

属性值

T

当有人调用 GetValue () 时要返回的值。

适用于