ValueProviderCollection 构造函数

定义

重载

ValueProviderCollection()

初始化 ValueProviderCollection 类的新实例。

ValueProviderCollection(IList<IValueProvider>)

初始化 类的新实例 ValueProviderCollection 并注册指定的值提供程序。

ValueProviderCollection()

初始化 ValueProviderCollection 类的新实例。

public ValueProviderCollection ();
Public Sub New ()

适用于

ValueProviderCollection(IList<IValueProvider>)

初始化 类的新实例 ValueProviderCollection 并注册指定的值提供程序。

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

参数

list
IList<IValueProvider>

要注册的值提供程序的列表。

适用于