newtelligence.DasBlog.Web.Core.NavigatorItemCollection.GetEnumerator C# (CSharp) Méthode

GetEnumerator() public méthode

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