IOptionsFactory<TOptions> インターフェイス

定義

TOptionsインスタンスを作成します。

generic <typename TOptions>
 where TOptions : classpublic interface class IOptionsFactory
public interface IOptionsFactory<TOptions> where TOptions : class
type IOptionsFactory<'Options (requires 'Options : null)> = interface
Public Interface IOptionsFactory(Of TOptions)

型パラメーター

TOptions

要求されるオプションの種類。

派生

メソッド

名前 説明
Create(String)

指定されたnameを持つ構成済みのTOptions インスタンスを返します。

適用対象