C# Class Discuz.Entity.PhotoCommentInfoCollection.PhotoCommentInfoCollectionEnumerator

Supports a simple iteration over a PhotoCommentInfoCollection.
Inheritance: IEnumerator
Afficher le fichier Open project: CyranoChen/DiscuzNT

Private Properties

Свойство Type Description
IEnumerator bool
IEnumerator void

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
IEnumerator ( ) : bool
IEnumerator ( ) : void

Method Details

MoveNext() public méthode

Advances the enumerator to the next element of the collection.
public MoveNext ( ) : bool
Résultat bool

PhotoCommentInfoCollectionEnumerator() public méthode

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

Reset() public méthode

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