HttpModuleActionCollection コンストラクター

定義

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

public:
 HttpModuleActionCollection();
public HttpModuleActionCollection();
Public Sub New ()

次の例は、 HttpModuleActionCollection オブジェクトを作成する方法を示しています。

// Create a new HttpModuleActionCollection object.
HttpModuleActionCollection newModuleActionCollection = 
    new HttpModuleActionCollection();
' Create a new HttpModuleActionCollection object.
  Dim newModuleActionCollection _
  As New HttpModuleActionCollection()

注釈

このコンストラクターは、 HttpModuleActionCollection オブジェクトの初期化されていないインスタンスを作成します。

適用対象