IDependencyResolver.GetServices(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolves multiply registered services.
public System.Collections.Generic.IEnumerable<object> GetServices (Type serviceType);
abstract member GetServices : Type -> seq<obj>
Public Function GetServices (serviceType As Type) As IEnumerable(Of Object)
Parameters
- serviceType
- Type
The type of the requested services.
Returns
The requested services.