IOptionsSnapshot<TOptions>.Value 属性

定义

返回将计算一次的 TOptions 的值。Returns the value of the TOptions which will be computed once.

public TOptions Value { get; }
member this.Value : 'Options
Public ReadOnly Property Value As TOptions

属性值

TOptions

适用于