IOptions<TOptions> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來擷取已設定 TOptions
實例。
generic <typename TOptions>
where TOptions : classpublic interface class IOptions
public interface IOptions<out TOptions> where TOptions : class
type IOptions<'Options (requires 'Options : null)> = interface
Public Interface IOptions(Of Out TOptions)
類型參數
- 衍生
屬性
Value |
默認設定的實例 |