NamedOptionExtensions.GetOptionsByName<TOption> 方法

定义

获取命名选项实例。

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。

适用于