ValueProviderCollection Constructor (IList(Of IValueProvider))
Initializes a new instance of the ValueProviderCollection class and registers the specified value providers.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Sub New ( _ list As IList(Of IValueProvider) _ ) 'Usage Dim list As IList(Of IValueProvider) Dim instance As New ValueProviderCollection(list)
Parameters
- list
- Type: System.Collections.Generic.IList(Of IValueProvider)
The list of value providers to register.
Show: