AutofacDependencyScope.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.
public System.Collections.Generic.IEnumerable<object> GetServices (Type serviceType);
abstract member GetServices : Type -> seq<obj>
override this.GetServices : Type -> seq<obj>
Public Function GetServices (serviceType As Type) As IEnumerable(Of Object)
Parameters
- serviceType
- Type
Returns
Implements
System.Web.Http.Dependencies.IDependencyScope.GetServices(System.Type)