ValueProviderFactoryCollection Constructor

 

Initializes a new instance of the ValueProviderFactoryCollection class.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodValueProviderFactoryCollection()

Initializes a new instance of the ValueProviderFactoryCollection class.

System_CAPS_pubmethodValueProviderFactoryCollection(IList(Of ValueProviderFactory))

Initializes a new instance of the ValueProviderFactoryCollection class using the specified list of value-provider factories.

Return to top

ValueProviderFactoryCollection Constructor ()

Initializes a new instance of the ValueProviderFactoryCollection class.

Public Sub New
Return to top

ValueProviderFactoryCollection Constructor (IList(Of ValueProviderFactory))

Initializes a new instance of the ValueProviderFactoryCollection class using the specified list of value-provider factories.

Public Sub New (
	list As IList(Of ValueProviderFactory)
)

Parameters

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

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

Return to top
Show: