OptionsMonitor<TOptions>.CurrentValue プロパティ

定義

オプションの現在の値を取得します ( Get(Options.DefaultName)と同等)。

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

プロパティ値

TOptions

実装

例外

作成されたTOptions インスタンスを検証するときに、1 つ以上のIValidateOptions<TOptions>が失敗したValidateOptionsResultを返しました。

TOptionsにパラメーターなしのパブリック コンストラクターがないか、TOptionsabstract

適用対象