RankedDictionaryTKey, TValueICollectionCopyTo Method |
Namespace: Kaos.Collections
void ICollection.CopyTo( Array array, int index )
| Exception | Condition |
|---|---|
| ArgumentNullException | When array is null. |
| ArgumentOutOfRangeException | When index is less than zero. |
| ArgumentException | When array is multidimensional, the number of elements in the source is greater than the available space, or the type of the source cannot be cast for the destination. |