ValueProviderFactoryCollection Constructor (IList(Of ValueProviderFactory))
Initializes a new instance of the ValueProviderFactoryCollection class using the specified list of value-provider factories.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Sub New ( _ list As IList(Of ValueProviderFactory) _ ) 'Usage Dim list As IList(Of ValueProviderFactory) Dim instance As New ValueProviderFactoryCollection(list)
Parameters
- list
- Type: System.Collections.Generic.IList(Of ValueProviderFactory)
A list of value-provider factories to initialize the collection with.
Show: