C# Class NAnt.DotNet.Types.ModuleEnumerator

Enumerates the Module items of a ModuleCollection.
Inheritance: IEnumerator
Afficher le fichier Open project: skolima/NAnt

Private Properties

Свойство Type Description
ModuleEnumerator System

Méthodes publiques

Méthode Description
MoveNext ( ) : bool

Advances the enumerator to the next item of the collection.

Reset ( ) : void

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

Private Methods

Méthode Description
ModuleEnumerator ( ModuleCollection arguments ) : System

Initializes a new instance of the ModuleEnumerator class with the specified ModuleCollection.

Method Details

MoveNext() public méthode

Advances the enumerator to the next item 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 item in the collection.
public Reset ( ) : void
Résultat void