| AlgorithmsCopyT Method (IEnumerableT, T, Int32) |
Namespace: X3Platform.Collections
[Missing <typeparam name="T"/> documentation for "M:X3Platform.Collections.Algorithms.Copy``1(System.Collections.Generic.IEnumerable{``0},``0[],System.Int32)"]
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | destIndex is negative or greater than dest.Length. |
| ArgumentNullException | source or dest is null. |
| ArgumentException | The collection has more items than will fit into the array. In this case, the array has been filled with as many items as fit before the exception is thrown. |