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

Supports simple iteration over a Vector3List.
Inheritance: IEnumerator, IVector3ListEnumerator
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 ( Vector3List 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