C# Class ComponentFactory.Quicksilver.Layout.MetaElementCollection.CompoundMetaElementCollection.CompoundEnumerator

Inheritance: IEnumerator
Afficher le fichier Open project: ComponentFactory/Quicksilver

Méthodes publiques

Méthode Description
CompoundEnumerator ( MetaElementCollection collection ) : System

Initialize a new instance of the CompoundEnumerator class.

MoveNext ( ) : bool

Advances the enumerator to the next element of the collection.

Reset ( ) : void

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

Method Details

CompoundEnumerator() public méthode

Initialize a new instance of the CompoundEnumerator class.
public CompoundEnumerator ( MetaElementCollection collection ) : System
collection MetaElementCollection Reference to collection.
Résultat System

MoveNext() public méthode

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

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