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

定義

TOptions インスタンスの作成に使用されます。

generic <typename TOptions>
 where TOptions : class, gcnew()public interface class IOptionsFactory
generic <typename TOptions>
 where TOptions : classpublic interface class IOptionsFactory
public interface IOptionsFactory<TOptions> where TOptions : class, new()
public interface IOptionsFactory<TOptions> where TOptions : class
type IOptionsFactory<'Options (requires 'Options : null and 'Options : (new : unit -> 'Options))> = interface
type IOptionsFactory<'Options (requires 'Options : null)> = interface
Public Interface IOptionsFactory(Of TOptions)

型パラメーター

TOptions

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

派生

メソッド

Create(String)

指定した名前を持つ構成済み TOptions インスタンスを返します。

適用対象