newtelligence.DasBlog.Web.Core.NavigatorItemCollection.NavigatorItemCollection C# (CSharp) Method

NavigatorItemCollection() public method

Initializes a new instance of the NavigatorItemCollection class, containing elements copied from another instance of NavigatorItemCollection
public NavigatorItemCollection ( NavigatorItemCollection items ) : System
items NavigatorItemCollection /// The NavigatorItemCollection whose elements are to be added to the new NavigatorItemCollection. ///
return System
        public NavigatorItemCollection(NavigatorItemCollection items)
        {
            this.AddRange(items);
        }

Same methods

NavigatorItemCollection::NavigatorItemCollection ( ) : System
NavigatorItemCollection::NavigatorItemCollection ( NavigatorItem items ) : System