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.
public abstract IOptionFormatter<T> Resolve(string name)namestring