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>

値プロバイダーのコレクション。

適用対象