SortedSet<T>::CopyTo Method
.NET Framework (current version)
Copies a portion or all of a SortedSet<T> to a compatible one-dimensional array, starting at the beginning of the destination array or at a specified index.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CopyTo(array<T>^) | Copies the complete SortedSet<T> to a compatible one-dimensional array, starting at the beginning of the target array. |
![]() | CopyTo(array<T>^, Int32) | Copies the complete SortedSet<T> to a compatible one-dimensional array, starting at the specified array index. |
![]() | CopyTo(array<T>^, Int32, Int32) | Copies a specified number of elements from SortedSet<T> to a compatible one-dimensional array, starting at the specified array index. |
Show:
