Location<T>.Value 属性

定义

获取或设置引用对象的值。

public:
 virtual property T Value { T get(); void set(T value); };
public virtual T Value { get; set; }
member this.Value : 'T with get, set
Public Overridable Property Value As T

属性值

T

引用对象的值。

适用于