C# Класс SobekCM_Resource_Database.Builder.Builder_Page_File_Collection.Builder_Page_File_Enumerator

Inner class implements the IEnumerator interface and iterates through the Builder_Page_File_Collection object composed of Builder_Page_File objects for this volume.

Inclusion of this strongly-typed iterator allows the use of the foreach .. in structure to iterate through all of the Builder_Page_File objects in the Builder_Page_File_Collection object. The example in the Builder_Page_File_Collection demonstrates this use.
Наследование: IEnumerator
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
MoveNext ( ) : bool

Move to the next Builder_Page_File in this Builder_Page_File_Collection.

Method is required by the IEnumerator interface.

Reset ( ) : void

Reset to the position just before the first position. Ready for the MoveNext() method to be called.

Method is required by the IEnumerator interface.

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

Метод Описание
Builder_Page_File_Enumerator ( Builder_Page_File_Collection NodeCollection ) : System

Constructore creates a new Page_File_Enumerator to iterate through the Builder_Page_File_Collection.

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

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

Move to the next Builder_Page_File in this Builder_Page_File_Collection.
Method is required by the IEnumerator interface.
public MoveNext ( ) : bool
Результат bool

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

Reset to the position just before the first position. Ready for the MoveNext() method to be called.
Method is required by the IEnumerator interface.
public Reset ( ) : void
Результат void