ListBox::IntegerCollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies the entire ListBox::IntegerCollection into an existing array of integers at a specified location within the array.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- destination
-
Type:
System::Array^
The array into which the ListBox::IntegerCollection is copied.
- index
-
Type:
System::Int32
The location within the destination array to which to copy the ListBox::IntegerCollection.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 2.0
Available since 2.0
Show: