FromKeyedServicesAttribute Constructores

Definición

Sobrecargas

Nombre Description
FromKeyedServicesAttribute()

Crea una nueva FromKeyedServicesAttribute instancia con establecida en InheritKeyLookupMode .

FromKeyedServicesAttribute(Object)

Crea una nueva instancia de FromKeyedServicesAttribute.

FromKeyedServicesAttribute()

Source:
FromKeyedServicesAttribute.cs
Source:
FromKeyedServicesAttribute.cs

Crea una nueva FromKeyedServicesAttribute instancia con establecida en InheritKeyLookupMode .

public:
 FromKeyedServicesAttribute();
public FromKeyedServicesAttribute();
Public Sub New ()

Se aplica a

FromKeyedServicesAttribute(Object)

Source:
FromKeyedServicesAttribute.cs
Source:
FromKeyedServicesAttribute.cs
Source:
FromKeyedServicesAttribute.cs
Source:
FromKeyedServicesAttribute.cs

Crea una nueva instancia de FromKeyedServicesAttribute.

public:
 FromKeyedServicesAttribute(System::Object ^ key);
public FromKeyedServicesAttribute(object? key);
new Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute : obj -> Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute
Public Sub New (key As Object)

Parámetros

key
Object

Clave del servicio con claves al que se va a enlazar.

Se aplica a