Export<T>.Value プロパティ

定義

エクスポートされた値を取得します。

public:
 property T Value { T get(); };
public T Value { get; }
member this.Value : 'T
Public ReadOnly Property Value As T

プロパティ値

T

エクスポート値。

適用対象