newtelligence.DasBlog.Web.Core.NavigatorItemCollection.GetEnumerator C# (CSharp) 메소드

GetEnumerator() 공개 메소드

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