Click or drag to resize

AutofacServiceProvider Constructor

Initializes a new instance of the AutofacServiceProvider class.

Namespace:  Autofac.Extensions.DependencyInjection
Assembly:  Autofac.Extensions.DependencyInjection (in Autofac.Extensions.DependencyInjection.dll) Version: 7.1.0+380b08798bf724f36e200e687129b44a0778ab92
Syntax
public AutofacServiceProvider(
	ILifetimeScope lifetimeScope
)

Parameters

lifetimeScope
Type: AutofacILifetimeScope
The lifetime scope from which services will be resolved.
See Also