ModelValidatorProviderCollection Constructor (IList(Of ModelValidatorProvider))

.NET Framework (current version)
 

Initializes a new instance of the ModelValidatorProviderCollection class using an existing collection.

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

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

Parameters

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

The collection of validator providers.

.NET Framework
Available since 4.5
Return to top
Show: