Méthode | Description | |
---|---|---|
RegistrationsFor ( Autofac.Core.Service service, Func |
Retrieves registrations for an unregistered service, to be used by the container. If service is a creatable type, a new registration will be created; otherwise, an empty enumerable is returned.
|
public RegistrationsFor ( Autofac.Core.Service service, Func |
||
service | Autofac.Core.Service | The service that was requested. |
registrationAccessor | Func |
A function that will return existing registrations for a service. |
Résultat | IEnumerable |