System.Web.SiteMapNodeCollection: Constructor Members

The constructors of System.Web.SiteMapNodeCollection are listed below. For a list of all members, see the SiteMapNodeCollection Members list.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.SiteMapNodeCollection class, which is the default instance.

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

Initializes a new instance of the System.Web.SiteMapNodeCollection class and adds the System.Web.SiteMapNode object to the CollectionBase.InnerList property for the collection.

Initializes a new instance of the System.Web.SiteMapNodeCollection class and adds the array of type System.Web.SiteMapNode to the CollectionBase.InnerList property for the collection.

Initializes a new instance of the System.Web.SiteMapNodeCollection class and adds all the list items of the specified System.Web.SiteMapNodeCollection collection to the CollectionBase.InnerList property for the collection.