SiteMapNodeCollection Constructor
.NET Framework (current version)
Initializes a new instance of the SiteMapNodeCollection class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | SiteMapNodeCollection() | Initializes a new instance of the SiteMapNodeCollection class, which is the default instance. |
![]() | SiteMapNodeCollection(Int32) | Initializes a new instance of the SiteMapNodeCollection class with the specified initial capacity. |
![]() | SiteMapNodeCollection(SiteMapNode^) | Initializes a new instance of the SiteMapNodeCollection class and adds the SiteMapNode object to the InnerList property for the collection. |
![]() | SiteMapNodeCollection(array<SiteMapNode^>^) | Initializes a new instance of the SiteMapNodeCollection class and adds the array of type SiteMapNode to the InnerList property for the collection. |
![]() | SiteMapNodeCollection(SiteMapNodeCollection^) | Initializes a new instance of the SiteMapNodeCollection class and adds all the list items of the specified SiteMapNodeCollection collection to the InnerList property for the collection. |
Show:
