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>

登録する値プロバイダーのリスト。

適用対象