Copies the deque's contents to an array.
| Exception Type | Condition |
|---|---|
| ArgumentException | A multidimensional array parameter was specified, or there was not enough space in the array to accomodate all of the deque's elements. |
| ArgumentNullException | An undefined value was specified for the array parameter. |
| ArgumentOutOfRangeException | A negative value was specified for the idx parameter. |
RotDeque Class | Ringlet.Collections Namespace | RotDeque.CopyTo Overload List