SortedSet<T>.CopyTo Method (T[], Int32, Int32)
Copies a specified number of elements from SortedSet<T> to a compatible one-dimensional array, starting at the specified array index.
Assembly: System (in System.dll)
Parameters
- array
- Type: T[]
A one-dimensional array that is the destination of the elements copied from the SortedSet<T>. The array must have zero-based indexing.
- index
- Type: System.Int32
The zero-based index in array at which copying begins.
- count
- Type: System.Int32
The number of elements to copy.
| Exception | Condition |
|---|---|
| ArgumentException |
The number of elements in the source array is greater than the available space from index to the end of the destination array. |
| ArgumentNullException |
array is null. |
| ArgumentOutOfRangeException |
index is less than zero. -or- count is less than zero. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.