DependencyResolver.InnerSetResolver Method (Func(Type, Object), Func(Type, IEnumerable(Object)))
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public function InnerSetResolver( getService : Func<Type, Object>, getServices : Func<Type, IEnumerable<Object>> )
Parameters
- getService
- Type: System.Func(Type, Object)
The function that provides the service.
- getServices
- Type: System.Func(Type, IEnumerable(Object))
The function that provides the services.
Show: