The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HashSet<T>::CopyTo Method
.NET Framework (current version)
Copies the elements of a HashSet<T> collection to an array.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | CopyTo(array<T>^) | Copies the elements of a HashSet<T> object to an array. |
![]() | CopyTo(array<T>^, Int32) | Copies the elements of a HashSet<T> object to an array, starting at the specified array index. |
![]() | CopyTo(array<T>^, Int32, Int32) | Copies the specified number of elements of a HashSet<T> object to an array, starting at the specified array index. |
Show:
