HttpModuleActionCollection 构造函数

定义

初始化 HttpModuleActionCollection 类的新实例。Initializes a new instance of the HttpModuleActionCollection class.

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

示例

下面的示例演示如何创建 HttpModuleActionCollection 对象。The following example shows how to create an HttpModuleActionCollection object.

// Create a new HttpModuleActionCollection object.
HttpModuleActionCollection newModuleActionCollection = 
    new HttpModuleActionCollection();

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

注解

此构造函数创建对象的未初始化的实例 HttpModuleActionCollectionThis constructor creates a non-initialized instance of the HttpModuleActionCollection object.

适用于