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

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

Private Properties

Свойство Тип Описание
IEnumerator bool
IEnumerator void
NamespaceImportEnumerator 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.

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

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

Initializes a new instance of the NamespaceImportEnumerator class with the specified NamespaceImportCollection.

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

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