共用方式為


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

參考物件的值。

適用於