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>

要註冊的值提供者清單。

適用於