Språk

HttpModuleActionCollection Konstruktor

Definition

Initierar en ny instans av HttpModuleActionCollection klassen.

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

Exempel

I följande exempel visas hur du skapar ett HttpModuleActionCollection objekt.

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

Kommentarer

Den här konstruktorn skapar en icke-initierad instans av HttpModuleActionCollection objektet.

Gäller för