| IComponentRegistryRegistrationsFor Method  | 
 
            Selects from the available 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<IComponentRegistration> RegistrationsFor(
	Service service
)
Function RegistrationsFor ( 
	service As Service
) As IEnumerable(Of IComponentRegistration)
Parameters
- service
- Type: Autofac.CoreService
 The service for which registrations are sought.
Return Value
Type: 
IEnumerableIComponentRegistrationRegistrations supporting 
service.
 See Also
See Also