IOptionFormatterResolver<T> Interface

Definition

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.

Applies to