SiteMapNodeCollection.SiteMapNodeCollection(SiteMapNode[]) Constructor
.NET Framework 3.0
Initializes a new instance of the SiteMapNodeCollection class and adds the array of type SiteMapNode to the InnerList property for the collection.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public SiteMapNodeCollection ( SiteMapNode[] value )
public function SiteMapNodeCollection ( value : SiteMapNode[] )
Not applicable.
Parameters
- value
An array of type SiteMapNode to add to the SiteMapNodeCollection.
Using the SiteMapNodeCollection constructor is equivalent to calling the SiteMapNodeCollection constructor and adding elements to the SiteMapNodeCollection collection with the AddRange method.
Community Additions
ADD
Show: