ScopeContainer Property

Simple Injector
Gets the container instance that this scope belongs to.

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

public Container Container { get; }

Property Value

Type: Container
The Container instance.
See Also

Reference