RankedMapTKey, TValueCopyTo Method |
Namespace: Kaos.Collections
public void CopyTo( KeyValuePair<TKey, TValue>[] 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. |