IOptions<TOptions> Interface

Definitie

Hiermee worden geconfigureerde TOptions exemplaren opgehaald.

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

Type parameters

TOptions

Het type opties dat wordt aangevraagd.

Dit type parameter is covariant. U kunt het type dat u hebt opgegeven gebruiken of een type dat meer is afgeleid. Zie Covariantie en Contravariantie in Algemene typen voor meer informatie over covariantie en contravariantie.
Afgeleid

Eigenschappen

Name Description
Value

Hiermee wordt het standaard geconfigureerde exemplaar opgehaald TOptions .

Van toepassing op