SiteMapNodeCollection Constructor (Int32)

 

Initializes a new instance of the SiteMapNodeCollection class with the specified initial capacity.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

new : 
        capacity:int -> SiteMapNodeCollection

Parameters

capacity
Type: System.Int32

The initial capacity of the SiteMapNodeCollection.

Use the SiteMapNodeCollection constructor to create a SiteMapNodeCollection collection with the specified initial capacity.

.NET Framework
Available since 2.0
Return to top
Show: