FromKeyedServicesAttribute Konstruktorer

Definition

Överlagringar

FromKeyedServicesAttribute()

Källa:
FromKeyedServicesAttribute.cs
Källa:
FromKeyedServicesAttribute.cs

Skapar en ny FromKeyedServicesAttribute instans med LookupMode värdet InheritKey.

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

Gäller för

FromKeyedServicesAttribute(Object)

Källa:
FromKeyedServicesAttribute.cs
Källa:
FromKeyedServicesAttribute.cs
Källa:
FromKeyedServicesAttribute.cs
Källa:
FromKeyedServicesAttribute.cs

Skapar en ny FromKeyedServicesAttribute instans.

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)

Parametrar

key
Object

Nyckeln för den nyckelade tjänst som ska bindas till.

Gäller för