This topic has not yet been rated - Rate this topic

SiteMapNodeCollection Constructor

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
Public method SiteMapNodeCollection() Initializes a new instance of the SiteMapNodeCollection class, which is the default instance.
Public method SiteMapNodeCollection(Int32) Initializes a new instance of the SiteMapNodeCollection class with the specified initial capacity.
Public method SiteMapNodeCollection(SiteMapNode) Initializes a new instance of the SiteMapNodeCollection class and adds the SiteMapNode object to the InnerList property for the collection.
Public method SiteMapNodeCollection(SiteMapNode[]) Initializes a new instance of the SiteMapNodeCollection class and adds the array of type SiteMapNode to the InnerList property for the collection.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.