An NDoc Documented Class Library

RotDeque.CopyTo Method

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

Overload List

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

public virtual void CopyTo(RotDeque);

Copies the deque's contents to an array.

public virtual void CopyTo(Array,int);

See Also

RotDeque Class | Ringlet.Collections Namespace