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

Iterator tat moves from the end of chain to its beginning. Is able to write values into chain.
Наследование: IteratorEnd, IWritableIterator
Показать файл Открыть проект

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

Метод Описание
IteratorWritableEnd ( AbstractChain source ) : System

Initializes a new instance of the IteratorWritableEnd class. Iterator returns single element and shifts by one element.

WriteValue ( IBaseObject value ) : void

Sets a value into current iterator position.

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

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

Initializes a new instance of the IteratorWritableEnd class. Iterator returns single element and shifts by one element.
/// Thrown if one or more arguments are invalid. ///
public IteratorWritableEnd ( AbstractChain source ) : System
source LibiadaCore.Core.AbstractChain /// Source chain. ///
Результат System

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

Sets a value into current iterator position.
public WriteValue ( IBaseObject value ) : void
value IBaseObject /// Value to write into current position of iterator. ///
Результат void