ValueProviderFactoryCollection Constructor (IList<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)
Syntax
'Declaration
Public Sub New ( _
list As IList(Of ValueProviderFactory) _
)
public ValueProviderFactoryCollection(
IList<ValueProviderFactory> list
)
public:
ValueProviderFactoryCollection(
IList<ValueProviderFactory^>^ list
)
Parameters
- list
Type: System.Collections.Generic.IList<ValueProviderFactory>
A list of value-provider factories to initialize the collection with.
See Also
Reference
ValueProviderFactoryCollection Class