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

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

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 ( Vector3List 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