C# Class NAnt.NUnit2.Types.CategoryEnumerator

Enumerates the Category elements of a CategoryCollection.
Inheritance: IEnumerator
Datei anzeigen Open project: skolima/NAnt

Private Properties

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

Initializes a new instance of the CategoryEnumerator class with the specified CategoryCollection.

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