C# Class NAnt.DotNet.Types.NamespaceImportEnumerator

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

Private Properties

Свойство Type Description
IEnumerator bool
IEnumerator void
NamespaceImportEnumerator 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
IEnumerator ( ) : bool
IEnumerator ( ) : void
NamespaceImportEnumerator ( NamespaceImportCollection arguments ) : System

Initializes a new instance of the NamespaceImportEnumerator class with the specified NamespaceImportCollection.

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