SimpleInjectorAddOptionsContainer Property

Simple Injector
Gets the Container instance used by the application.

Namespace:  SimpleInjector.Integration.ServiceCollection
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