ValueProviderCollection Constructors

Definition

Initializes a new instance of the ValueProviderCollection class.

Overloads

ValueProviderCollection()

Initializes a new instance of the ValueProviderCollection class.

ValueProviderCollection(IList<IValueProvider>)

Initializes a new instance of the ValueProviderCollection class by using the specified collection of value providers.

ValueProviderCollection()

Initializes a new instance of the ValueProviderCollection class.

C#
public ValueProviderCollection();

Applies to

.NET Framework 4.8.1 et autres versions
Produit Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ValueProviderCollection(IList<IValueProvider>)

Initializes a new instance of the ValueProviderCollection class by using the specified collection of value providers.

C#
public ValueProviderCollection(System.Collections.Generic.IList<System.Web.ModelBinding.IValueProvider> list);

Parameters

list
IList<IValueProvider>

The collection of value providers.

Applies to

.NET Framework 4.8.1 et autres versions
Produit Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1