IOptionFormatterResolver<T> 接口

定义

IOptionFormatterResolver 解析特定命名选项的特定 OptionFormatter

public interface IOptionFormatterResolver<T>
type IOptionFormatterResolver<'T> = interface
Public Interface IOptionFormatterResolver(Of T)

类型参数

T

选项类型。

派生

方法

Resolve(String)

解析具有指定选项名称的指定选项类型的选项格式化程序。

适用于