Click or drag to resize

RegistrationData Constructor

Initializes a new instance of the RegistrationData class.

Namespace:  Autofac.Builder
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public RegistrationData(
	Service defaultService
)

Parameters

defaultService
Type: Autofac.CoreService
The default service that will be used if no others are added.
See Also