Share via


FromKeyedServicesAttribute(Object) Construtor

Definição

Cria uma nova instância 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

A chave do serviço com chave a ser associada.

Aplica-se a