SimpleInjectorWebApiDependencyResolverIDependencyScopeType) Method

Simple Injector
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

IEnumerable<Object> IDependencyScope.GetServices(
	Type serviceType
)

Parameters

serviceType
Type: SystemType
The collection of services to be retrieved.

Return Value

Type: IEnumerableObject
The retrieved collection of services.

Implements

IDependencyScope.GetServices(Type)
See Also

Reference