IOptionFormatter<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.
Option formatter for a certain option type T
public interface IOptionFormatter<T> : Orleans.IOptionFormatter
type IOptionFormatter<'T> = interface
interface IOptionFormatter
Public Interface IOptionFormatter(Of T)
Implements IOptionFormatter
Type Parameters
- T
The options type.
- Implements
Properties
Name |
Gets the name of the options object. (Inherited from IOptionFormatter) |
Methods
Format() |
Formats the options object into a collection of strings. (Inherited from IOptionFormatter) |