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

定義

構成された TOptions インスタンスの取得に使用されます。

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

型パラメーター

TOptions

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

この型パラメーターは共変です。 つまり、指定した型、または強い派生型のいずれかを使用することができます。 共変性および反変性の詳細については、「ジェネリックの共変性と反変性」をご覧ください。
派生

プロパティ

Value

既定で構成されている TOptions インスタンスを取得します。

適用対象