IOptionsFactory<TOptions> Interface

Definitie

Hiermee maakt u TOptions exemplaren.

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)

Type parameters

TOptions

Het type opties dat wordt aangevraagd.

Afgeleid

Methoden

Name Description
Create(String)

Retourneert een geconfigureerd TOptions exemplaar met de opgegeven name.

Van toepassing op