C# Класс NAnt.VSNet.ProjectBaseEnumerator

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

Private Properties

Свойство Тип Описание
IEnumerator bool
IEnumerator void
ProjectBaseEnumerator System

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

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

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

Метод Описание
IEnumerator ( ) : bool
IEnumerator ( ) : void
ProjectBaseEnumerator ( ProjectBaseCollection arguments ) : System

Initializes a new instance of the ProjectBaseEnumerator class with the specified ProjectBaseCollection.

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

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

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

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

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