Array.CopyTo Method (System)

Switch View :
ScriptFree
.NET Framework Class Library
Array.CopyTo Method

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method 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.
Public method 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.
Top
See Also

Reference