This documentation is archived and is not being maintained.
SiteMapNodeCollection Constructor
Visual Studio 2010
Initializes a new instance of the SiteMapNodeCollection class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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: