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