C# Класс NAnt.DotNet.Types.ModuleEnumerator

Enumerates the Module items of a ModuleCollection.
Наследование: IEnumerator
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ModuleEnumerator System

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ModuleEnumerator ( ModuleCollection arguments ) : System

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

Описание методов

MoveNext() публичный Метод

Advances the enumerator to the next item of the collection.
public MoveNext ( ) : bool
Результат bool

Reset() публичный Метод

Sets the enumerator to its initial position, which is before the first item in the collection.
public Reset ( ) : void
Результат void