Partager via


IOptionFormatter<T> Interface

Définition

Formateur d’options pour un certain type d’option T

public interface IOptionFormatter<T> : Orleans.IOptionFormatter
type IOptionFormatter<'T> = interface
    interface IOptionFormatter
Public Interface IOptionFormatter(Of T)
Implements IOptionFormatter

Paramètres de type

T

Type d’options.

Implémente

Propriétés

Name

Obtient le nom de l’objet options.

(Hérité de IOptionFormatter)

Méthodes

Format()

Met en forme l’objet options dans une collection de chaînes.

(Hérité de IOptionFormatter)

S’applique à