次の方法で共有


Literal<T>.Value プロパティ

定義

リテラル式の値を取得または設定します。

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

プロパティ値

T

リテラル式の値。

適用対象