OptionsManager<TOptions>.Value プロパティ

定義

既定の構成済み TOptions インスタンス。Get(Options.DefaultName) と同等です。

public:
 virtual property TOptions Value { TOptions get(); };
public:
 property TOptions Value { TOptions get(); };
public virtual TOptions Value { get; }
public TOptions Value { get; }
member this.Value : 'Options
member this.Value : 'Options
Public Overridable ReadOnly Property Value As TOptions
Public ReadOnly Property Value As TOptions

プロパティ値

TOptions

実装

適用対象