C# Class NAnt.Core.BuildListenerEnumerator

Enumerates the IBuildListener elements of a BuildListenerCollection.
Inheritance: IEnumerator
ファイルを表示 Open project: skolima/NAnt

Private Properties

Property Type Description
BuildListenerEnumerator System
IEnumerator bool
IEnumerator void

Public Methods

Method 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

Method Description
BuildListenerEnumerator ( BuildListenerCollection arguments ) : System

Initializes a new instance of the BuildListenerEnumerator class with the specified BuildListenerCollection.

IEnumerator ( ) : bool
IEnumerator ( ) : void

Method Details

MoveNext() public method

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

Reset() public method

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