C# Class NAnt.VSNet.ProjectBaseEnumerator

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

Private Properties

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

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
IEnumerator ( ) : bool
IEnumerator ( ) : void
ProjectBaseEnumerator ( ProjectBaseCollection arguments ) : System

Initializes a new instance of the ProjectBaseEnumerator class with the specified ProjectBaseCollection.

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