C# Class Axiom.Math.Collections.QuaternionCollection.Enumerator

Supports simple iteration over a QuaternionCollection.
Inheritance: IEnumerator, IQuaternionCollectionEnumerator
Afficher le fichier Open project: WolfgangSt/axiom

Private Properties

Свойство Type Description
Enumerator System

Méthodes publiques

Méthode Description
MoveNext ( ) : bool

Advances the enumerator to the next element in the collection.

Reset ( ) : void

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

Private Methods

Méthode Description
Enumerator ( QuaternionCollection tc ) : System

Initializes a new instance of the Enumerator class.

Method Details

MoveNext() public méthode

Advances the enumerator to the next element in the collection.
/// The collection was modified after the enumerator was created. ///
public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

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