IOptionFormatter<T> Interface

Definition

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)

Applies to