Scope Constructor (Container)

Simple Injector
Initializes a new instance of the Scope class.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public Scope(
	Container container
)

Parameters

container
Type: SimpleInjectorContainer
The container instance that the scope belongs to.
See Also

Reference