IOptionFormatterResolver<T> Interface
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
C#
public interface IOptionFormatterResolver<T>
type IOptionFormatterResolver<'T> = interface
Public Interface IOptionFormatterResolver(Of T)
- T
The options type.
- Derived
Resolve(String) |
Resolves the options formatter for the specified options type with the specified options name. |
Product | Versions |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |