Copies all the elements of the current one-dimensional
Array to the specified one-dimensional
Array.

Overload List
|
Name
|
Description
|
|
Array.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.
Supported by the .NET Compact Framework.
|
|
Array.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.
|

See Also