0 out of 3 rated this helpful - Rate this topic

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.

  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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.