ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMapNodeCollection Class / C1SiteMapNodeCollection Constructor

In This Topic
    C1SiteMapNodeCollection Constructor
    In This Topic
    Explicit constructor for C1SiteMapNodeCollection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As IC1SiteMapNodeCollectionOwner _
    )
    public C1SiteMapNodeCollection( 
       IC1SiteMapNodeCollectionOwner owner
    )

    Parameters

    owner
    See Also