CopyTo Method
- Last UpdatedApr 08, 2026
- 1 minute read
Copies all the elements of the current one-dimensional array to the specified one-dimensional array.
| Overload | Description |
|---|---|
| CopyTo(Byte[]) | Copies all the elements of the current one-dimensional array to the specified one-dimensional array. |
| CopyTo(Byte[],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. |