OptionsMonitor<TOptions>.CurrentValue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
选项的现值。
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
实现
例外
验证已创建的实例时,一个或多个IValidateOptions<TOptions>返回失败ValidateOptionsResult。TOptions
TOptions
没有公共无参数构造函数或 TOptions
为 abstract
。