C# Класс Discuz.Entity.PhotoCommentInfoCollection.PhotoCommentInfoCollectionEnumerator

Supports a simple iteration over a PhotoCommentInfoCollection.
Наследование: IEnumerator
Показать файл Открыть проект

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