ContainerCollection Property

Simple Injector
Gets the object that allows access to methods related to registration and creation of collections.

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

public ContainerCollectionRegistrator Collection { get; }

Property Value

Type: ContainerCollectionRegistrator
The ContainerCollectionRegistrator instance for this container.
See Also

Reference