C# Class NAnt.DotNet.Types.NamespaceImportEnumerator

Enumerates the NamespaceImport items of a NamespaceImportCollection.
Inheritance: IEnumerator
Datei anzeigen Open project: skolima/NAnt

Private Properties

Property Type Description
IEnumerator bool
IEnumerator void
NamespaceImportEnumerator System

Public Methods

Method 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

Method 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 method

Advances the enumerator to the next item of the collection.
public MoveNext ( ) : bool
return bool

Reset() public method

Sets the enumerator to its initial position, which is before the first item in the collection.
public Reset ( ) : void
return void