IOptionsFactory<TOptions> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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) |
指定された |