ValueProviderFactoryCollection コンストラクター

定義

オーバーロード

ValueProviderFactoryCollection()

ValueProviderFactoryCollection クラスの新しいインスタンスを初期化します。

ValueProviderFactoryCollection(IList<ValueProviderFactory>)

値プロバイダー ファクトリの指定したリストを ValueProviderFactoryCollection 使用して、 クラスの新しいインスタンスを初期化します。

ValueProviderFactoryCollection()

ValueProviderFactoryCollection クラスの新しいインスタンスを初期化します。

public ValueProviderFactoryCollection ();
Public Sub New ()

適用対象

ValueProviderFactoryCollection(IList<ValueProviderFactory>)

値プロバイダー ファクトリの指定したリストを ValueProviderFactoryCollection 使用して、 クラスの新しいインスタンスを初期化します。

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

パラメーター

list
IList<ValueProviderFactory>

コレクションの初期化に使用する値プロバイダー ファクトリのリスト。

適用対象