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) |
返回具有给定 |