C# Class NAnt.DotNet.Types.ModuleEnumerator

Enumerates the Module items of a ModuleCollection.
Inheritance: IEnumerator
ファイルを表示 Open project: skolima/NAnt

Private Properties

Property Type Description
ModuleEnumerator 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
ModuleEnumerator ( ModuleCollection arguments ) : System

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

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