C# Class NAnt.Core.BuildListenerEnumerator

Enumerates the IBuildListener elements of a BuildListenerCollection.
Inheritance: IEnumerator
Afficher le fichier Open project: skolima/NAnt

Private Properties

Свойство Type Description
BuildListenerEnumerator System
IEnumerator bool
IEnumerator void

Méthodes publiques

Méthode Description
MoveNext ( ) : bool

Advances the enumerator to the next element of the collection.

Reset ( ) : void

Sets the enumerator to its initial position, which is before the first element in the collection.

Private Methods

Méthode Description
BuildListenerEnumerator ( BuildListenerCollection arguments ) : System

Initializes a new instance of the BuildListenerEnumerator class with the specified BuildListenerCollection.

IEnumerator ( ) : bool
IEnumerator ( ) : void

Method Details

MoveNext() public méthode

Advances the enumerator to the next element of the collection.
public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

Sets the enumerator to its initial position, which is before the first element in the collection.
public Reset ( ) : void
Résultat void