C# 클래스 Discuz.Entity.PhotoCommentInfoCollection.PhotoCommentInfoCollectionEnumerator

Supports a simple iteration over a PhotoCommentInfoCollection.
상속: IEnumerator
파일 보기 프로젝트 열기: CyranoChen/DiscuzNT

Private Properties

프로퍼티 타입 설명
IEnumerator bool
IEnumerator void

공개 메소드들

메소드 설명
MoveNext ( ) : bool

Advances the enumerator to the next element of the collection.

PhotoCommentInfoCollectionEnumerator ( PhotoCommentInfoCollection mappings ) : System

Initializes a new instance of the PhotoCommentInfoCollectionEnumerator class referencing the specified PhotoCommentInfoCollection object.

Reset ( ) : void

Sets the enumerator to its initial position, which is before the first element in the collection.

비공개 메소드들

메소드 설명
IEnumerator ( ) : bool
IEnumerator ( ) : void

메소드 상세

MoveNext() 공개 메소드

Advances the enumerator to the next element of the collection.
public MoveNext ( ) : bool
리턴 bool

PhotoCommentInfoCollectionEnumerator() 공개 메소드

Initializes a new instance of the PhotoCommentInfoCollectionEnumerator class referencing the specified PhotoCommentInfoCollection object.
public PhotoCommentInfoCollectionEnumerator ( PhotoCommentInfoCollection mappings ) : System
mappings PhotoCommentInfoCollection The PhotoCommentInfoCollection to enumerate.
리턴 System

Reset() 공개 메소드

Sets the enumerator to its initial position, which is before the first element in the collection.
public Reset ( ) : void
리턴 void