IDependencyScope::GetServices Method

Retrieves a collection of services from the scope.

Namespace:  System.Web.Http.Dependencies
Assembly:  System.Web.Http (in System.Web.Http.dll)

IEnumerable<Object^>^ GetServices(
	Type^ serviceType
)

Parameters

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

Return Value

Type: System.Collections.Generic::IEnumerable<Object>
The retrieved collection of services.
Show: