HttpModuleActionCollection Oluşturucu

Tanım

HttpModuleActionCollection sınıfının yeni bir örneğini başlatır.

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

Örnekler

Aşağıdaki örnekte bir nesnenin nasıl oluşturulacağı gösterilmektedir HttpModuleActionCollection .

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

Açıklamalar

Bu oluşturucu, nesnenin başlatılmamış bir örneğini HttpModuleActionCollection oluşturur.

Şunlara uygulanır