NamedOptionExtensions.GetOptionsByName<TOption> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取命名选项实例。
public static TOption GetOptionsByName<TOption> (this IServiceProvider services, string name) where TOption : class, new();
static member GetOptionsByName : IServiceProvider * string -> 'Option (requires 'Option : null and 'Option : (new : unit -> 'Option))
<Extension()>
Public Function GetOptionsByName(Of TOption As {Class, New}) (services As IServiceProvider, name As String) As TOption
类型参数
- TOption
t 选项的类型。
参数
- services
- IServiceProvider
服务。
- name
- String
名称。
返回
TOption
TOption。