BaseCollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies all the elements of the current one-dimensional Array to the specified one-dimensional Array starting at the specified destination Array index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- ar
-
Type:
System::Array^
The one-dimensional Array that is the destination of the elements copied from the current Array.
- index
-
Type:
System::Int32
The zero-based relative index in ar at which copying begins.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 1.1
Available since 1.1
Show: