Partager via


IOptionsFactory<TOptions> Interface

Définition

Utilisé pour créer des instances de TOptions.

generic <typename TOptions>
 where TOptions : class, gcnew()public interface class IOptionsFactory
generic <typename TOptions>
 where TOptions : classpublic interface class IOptionsFactory
public interface IOptionsFactory<TOptions> where TOptions : class, new()
public interface IOptionsFactory<TOptions> where TOptions : class
type IOptionsFactory<'Options (requires 'Options : null and 'Options : (new : unit -> 'Options))> = interface
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

Create(String)

Retourne une instance de TOptions configurée avec le nom donné.

S’applique à