| IComponentRegistryServiceRegistrationsFor Method  | 
 
            Selects from the available service registrations after ensuring that any
            dynamic registration sources that may provide service
            have been invoked.
            
 
    Namespace: 
   Autofac.Core
    Assembly:
   Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
 Syntax
SyntaxIEnumerable<ServiceRegistration> ServiceRegistrationsFor(
	Service service
)
Function ServiceRegistrationsFor ( 
	service As Service
) As IEnumerable(Of ServiceRegistration)
Parameters
- service
- Type: Autofac.CoreService
 The service for which registrations are sought.
Return Value
Type: 
IEnumerableServiceRegistrationService registrations supporting 
service.
 See Also
See Also