An NDoc Documented Class Library

RotDeque.CopyTo Method (RotDeque)

Append the elements of a deque to the end of another deque.

public virtual void CopyTo(
   RotDeque d
);

Parameters

d
The deque to append to.

Exceptions

Exception TypeCondition
ArgumentNullException The d parameter had an undefined value.
ArgumentException There was not enough space in the destination deque d to accomodate all of the source deque's elements.

See Also

RotDeque Class | Ringlet.Collections Namespace | RotDeque.CopyTo Overload List