Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute
Indicates that the parameter should be bound using the keyed service registered with the specified key.
namespace Microsoft.Extensions.DependencyInjection
{
public class FromKeyedServicesAttribute : Attribute
{
public object Key { get; }
public ServiceKeyLookupMode LookupMode { get; }
public FromKeyedServicesAttribute(object key);
public FromKeyedServicesAttribute();
}
}