ContainerOptionsContainer Property

Simple Injector
Gets the container to which this ContainerOptions instance belongs to.

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

public Container Container { get; }

Property Value

Type: Container
The current Container.
See Also

Reference