DependencyResolver.InnerSetResolver Method (Func(Of Type, Object), Func(Of Type, IEnumerable(Of 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)
'Declaration Public Sub InnerSetResolver ( _ getService As Func(Of Type, Object), _ getServices As Func(Of Type, IEnumerable(Of Object)) _ ) 'Usage Dim instance As DependencyResolver Dim getService As Func(Of Type, Object) Dim getServices As Func(Of Type, IEnumerable(Of Object)) instance.InnerSetResolver(getService, _ getServices)
Parameters
- getService
- Type: System.Func(Of Type, Object)
The function that provides the service.
- getServices
- Type: System.Func(Of Type, IEnumerable(Of Object))
The function that provides the services.
Show: