SimpleInjectorUseOptionsContainer Property

Simple Injector
Gets the application's Simple Injector Container.

Namespace:  SimpleInjector
Assembly:  SimpleInjector.Integration.ServiceCollection (in SimpleInjector.Integration.ServiceCollection.dll) Version: 5.0.0
Syntax

public Container Container { get; }

Property Value

Type: Container
The Container instance.
See Also

Reference