C# Класс LibiadaCore.Misc.Iterators.CustomIterator

The custom iterator.
Наследование: IIterator
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Current ( ) : AbstractChain

The current.

CustomIterator ( AbstractChain source, List starts, List lengthes ) : System

Initializes a new instance of the CustomIterator class.

Next ( ) : bool

The next.

Reset ( ) : void

The reset.

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

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

The current.
public Current ( ) : AbstractChain
Результат LibiadaCore.Core.AbstractChain

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

Initializes a new instance of the CustomIterator class.
/// Thrown if arguments are invalid. ///
public CustomIterator ( AbstractChain source, List starts, List lengthes ) : System
source LibiadaCore.Core.AbstractChain /// The source. ///
starts List /// The starts. ///
lengthes List /// The lengthes. ///
Результат System

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

The next.
public Next ( ) : bool
Результат bool

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

The reset.
public Reset ( ) : void
Результат void