ValueProviderFactoryCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ValueProviderFactoryCollection() |
Initializes a new instance of the ValueProviderFactoryCollection class. |
ValueProviderFactoryCollection(IList<ValueProviderFactory>) |
Initializes a new instance of the ValueProviderFactoryCollection class using the specified list of value-provider factories. |
ValueProviderFactoryCollection()
Initializes a new instance of the ValueProviderFactoryCollection class.
public ValueProviderFactoryCollection();
Public Sub New ()
Applies to
ValueProviderFactoryCollection(IList<ValueProviderFactory>)
Initializes a new instance of the ValueProviderFactoryCollection class using the specified list of value-provider factories.
public ValueProviderFactoryCollection(System.Collections.Generic.IList<System.Web.Mvc.ValueProviderFactory> list);
new System.Web.Mvc.ValueProviderFactoryCollection : System.Collections.Generic.IList<System.Web.Mvc.ValueProviderFactory> -> System.Web.Mvc.ValueProviderFactoryCollection
Public Sub New (list As IList(Of ValueProviderFactory))
Parameters
- list
- IList<ValueProviderFactory>
A list of value-provider factories to initialize the collection with.