Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
The destination array.
The source array.
The start position in the source array.
The start position in the destination array.
The number of elements to copy.
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.