OptionsMonitor<TOptions>.CurrentValue プロパティ

定義

オプションの現在の値。

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

プロパティ値

TOptions

実装

例外

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

TOptions パブリック パラメーターなしのコンストラクターが存在しないか TOptions 、 が です abstract

適用対象