IOptionFormatterResolver<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IOptionFormatterResolver resolve specific OptionFormatter for certain named option
public interface IOptionFormatterResolver<T>
type IOptionFormatterResolver<'T> = interface
Public Interface IOptionFormatterResolver(Of T)
Type Parameters
- T
The options type.
- Derived
Methods
Resolve(String) |
Resolves the options formatter for the specified options type with the specified options name. |