共用方式為


IOptionFormatterResolver<T> 介面

定義

IOptionFormatterResolver 解析特定具名選項的特定 OptionFormatter

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

類型參數

T

選項類型。

衍生

方法

Resolve(String)

使用指定的選項名稱解析指定之選項類型的選項格式器。

適用於