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

Supports simple iteration over a QuaternionCollection.
Inheritance: IEnumerator, IQuaternionCollectionEnumerator
Datei anzeigen Open project: WolfgangSt/axiom

Private Properties

Property Type Description
Enumerator System

Public Methods

Method 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

Method Description
Enumerator ( QuaternionCollection tc ) : System

Initializes a new instance of the Enumerator class.

Method Details

MoveNext() public method

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

Reset() public method

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