共用方式為


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

適用於