IOptionsFactory<TOptions> Interface

Définition

Crée des TOptions instances.

generic <typename TOptions>
 where TOptions : classpublic interface class IOptionsFactory
public interface IOptionsFactory<TOptions> where TOptions : class
type IOptionsFactory<'Options (requires 'Options : null)> = interface
Public Interface IOptionsFactory(Of TOptions)

Paramètres de type

TOptions

Type d’options demandées.

Dérivé

Méthodes

Nom Description
Create(String)

Retourne une instance configurée TOptions avec le fichier donné name.

S’applique à