RankedSetTCopyTo Method (T, Int32) |
Namespace: Kaos.Collections
public void CopyTo( T[] array, int index )
| Exception | Condition |
|---|---|
| ArgumentNullException | When array is null. |
| ArgumentOutOfRangeException | When index is less than zero. |
| ArgumentException | When not enough space is available for the copy. |