RegistrationData Constructor |
Namespace:
Autofac.Builder
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public RegistrationData(
Service defaultService
)
Public Sub New (
defaultService As Service
)
Parameters
- defaultService
- Type: Autofac.CoreService
The default service that will be used if no others
are added.
See Also