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

GetEnumerator() public method

Returns an enumerator that can iterate through the elements of this NavigatorItemCollection.
public GetEnumerator ( ) : NavigatorItemCollection.Enumerator
return NavigatorItemCollection.Enumerator
        public new virtual NavigatorItemCollection.Enumerator GetEnumerator()
        {
            return new NavigatorItemCollection.Enumerator(this);
        }