Aracılığıyla paylaş


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 HttpModuleActionCollection nesnenin nasıl oluşturulacağı gösterilmektedir.

// 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