LibiadaCore.Misc.Iterators.IteratorEnd.IteratorEnd C# (CSharp) Method

IteratorEnd() public method

Initializes a new instance of the IteratorEnd class.
/// Thrown if one or more arguments are invalid. ///
public IteratorEnd ( AbstractChain source, int length, int step ) : System
source LibiadaCore.Core.AbstractChain /// Source chain. ///
length int /// Length of subsequence. ///
step int /// Shift of iterator. ///
return System
        public IteratorEnd(AbstractChain source, int length, int step)
            : base(source, length, step)
        {
        }