Array::CopyTo Method
.NET Framework (current version)
Copies all the elements of the current one-dimensional array to the specified one-dimensional array.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CopyTo(Array^, Int32) | Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index. The index is specified as a 32-bit integer. |
![]() | CopyTo(Array^, Int64) | Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index. The index is specified as a 64-bit integer. |
Show:
