HttpModuleActionCollection Constructor

Definitie

Initialiseert een nieuw exemplaar van de HttpModuleActionCollection klasse.

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

Voorbeelden

In het volgende voorbeeld ziet u hoe u een HttpModuleActionCollection object maakt.

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

Opmerkingen

Met deze constructor wordt een niet-geïnitialiseerd exemplaar van het HttpModuleActionCollection object gemaakt.

Van toepassing op