Skip to content

IOptionFormatterResolver<T> Methods

IOptionFormatterResolver resolve specific OptionFormatter for certain named option

Resolve(string)

abstract
public abstract IOptionFormatter<T> Resolve(string name)
Resolves the options formatter for the specified options type with the specified options name.

Parameters

namestring
The options name.

Returns

The options type.