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
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

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