Overload List
Name | Description | |
---|---|---|
CopyTo(Array, Int32) |
Copies the entire array to a compatible one-dimensional Array,
starting at the specified index of the target array.
| |
CopyTo(array<T>[]()[], Int32, Int32, Int32) |
Copies a range of elements from the unmanaged array starting at the specified
sourceIndex and pastes them to array
starting at the specified destinationIndex.
The length and the indexes are specified as 32-bit integers.
|