ValueProviderCollection Constructor

 

Initializes a new instance of the ValueProviderCollection class.

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

NameDescription
System_CAPS_pubmethodValueProviderCollection()

Initializes a new instance of the ValueProviderCollection class.

System_CAPS_pubmethodValueProviderCollection(IList<IValueProvider>)

Initializes a new instance of the ValueProviderCollection class and registers the specified value providers.

Return to top

ValueProviderCollection Constructor ()

Initializes a new instance of the ValueProviderCollection class.

new : unit -> ValueProviderCollection
Return to top

ValueProviderCollection Constructor (IList<IValueProvider>)

Initializes a new instance of the ValueProviderCollection class and registers the specified value providers.

new : 
        list:IList<IValueProvider> -> ValueProviderCollection

Parameters

list
Type: System.Collections.Generic.IList<IValueProvider>

The list of value providers to register.

Return to top
Show: