C# Класс Axiom.Math.Collections.QuaternionCollection.Enumerator

Supports simple iteration over a QuaternionCollection.
Наследование: IEnumerator, IQuaternionCollectionEnumerator
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Enumerator System

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Enumerator ( QuaternionCollection tc ) : System

Initializes a new instance of the Enumerator class.

Описание методов

MoveNext() публичный Метод

Advances the enumerator to the next element in the collection.
/// The collection was modified after the enumerator was created. ///
public MoveNext ( ) : bool
Результат bool

Reset() публичный Метод

Sets the enumerator to its initial position, before the first element in the collection.
public Reset ( ) : void
Результат void