ValueProviderCollection 构造函数

定义

初始化 ValueProviderCollection 类的新实例。

重载

ValueProviderCollection()

初始化 ValueProviderCollection 类的新实例。

ValueProviderCollection(IList<IValueProvider>)

使用指定的值提供方及值集合初始化 ValueProviderCollection 类的新实例。

ValueProviderCollection()

初始化 ValueProviderCollection 类的新实例。

public:
 ValueProviderCollection();
public ValueProviderCollection ();
Public Sub New ()

适用于

ValueProviderCollection(IList<IValueProvider>)

使用指定的值提供方及值集合初始化 ValueProviderCollection 类的新实例。

public:
 ValueProviderCollection(System::Collections::Generic::IList<System::Web::ModelBinding::IValueProvider ^> ^ list);
public ValueProviderCollection (System.Collections.Generic.IList<System.Web.ModelBinding.IValueProvider> list);
new System.Web.ModelBinding.ValueProviderCollection : System.Collections.Generic.IList<System.Web.ModelBinding.IValueProvider> -> System.Web.ModelBinding.ValueProviderCollection
Public Sub New (list As IList(Of IValueProvider))

参数

list
IList<IValueProvider>

值提供程序的集合。

适用于