Condividi tramite


IOptionsFactory<TOptions> Interfaccia

Definizione

Usato per creare istanze di 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)

Parametri di tipo

TOptions

Tipo di opzioni richieste.

Derivato

Metodi

Create(String)

Restituisce un'istanza di TOptions configurata con il nome specificato.

Si applica a