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

NavigatorItemCollection() public method

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

Same methods

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