SiteMapNodeCollection Constructor
.NET Framework 3.0
Initializes a new instance of the SiteMapNodeCollection class.
| 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 (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. |
Community Additions
ADD
Show: