Retrieves a collection of services from the scope.
Namespace: SimpleInjector.Integration.WebApi
Assembly: SimpleInjector.Integration.WebApi (in SimpleInjector.Integration.WebApi.dll) Version: 5.3.0
Syntax
Parameters
- serviceType
- Type: SystemType
The collection of services to be retrieved.
Return Value
Type: IEnumerableObjectThe retrieved collection of services.
Implements
IDependencyScope.GetServices(Type)See Also