HttpModuleActionCollection Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy HttpModuleActionCollection.

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

Przykłady

W poniższym przykładzie pokazano, jak utworzyć HttpModuleActionCollection obiekt.

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

Uwagi

Ten konstruktor tworzy nieiicjizowane wystąpienie HttpModuleActionCollection obiektu.

Dotyczy