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)

new : 
        list:IList<ValueProviderFactory> -> ValueProviderFactoryCollection

Parameters

list
Type: System.Collections.Generic.IList(ValueProviderFactory)

A list of value-provider factories to initialize the collection with.

Show: