RankedDictionaryTKey, TValueKeyCollectionICollectionCopyTo 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 not enough space is given for the copy. |