Share via


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

See Also

Reference

ValueProviderFactoryCollection Class

ValueProviderFactoryCollection Overload

System.Web.Mvc Namespace