SimpleInjectorUseOptionsServices Property

Simple Injector
Gets the IServiceCollection that contains the collection of framework components.

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

public IServiceCollection Services { get; }

Property Value

Type: IServiceCollection
The IServiceCollection instance.
See Also

Reference