IOptionsFactory<TOptions> Schnittstelle

Definition

Erstellt TOptions Instanzen.

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)

Typparameter

TOptions

Der Typ der angeforderten Optionen.

Abgeleitet

Methoden

Name Beschreibung
Create(String)

Gibt eine konfigurierte TOptions Instanz mit der angegebenen namezurück.

Gilt für: