C# Class newtelligence.DasBlog.Web.Core.NavigatorItemCollection.Enumerator

Type-specific enumeration class, used by NavigatorItemCollection.GetEnumerator.
Inheritance: System.Collections.IEnumerator
Afficher le fichier Open project: AArnott/dasblog

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Enumerator ( NavigatorItemCollection collection ) : System
MoveNext ( ) : bool
Reset ( ) : void

Method Details

Enumerator() public méthode

public Enumerator ( NavigatorItemCollection collection ) : System
collection NavigatorItemCollection
Résultat System

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void