ListBox::IntegerCollection::CopyTo Method (Array^, Int32)

 

Copies the entire ListBox::IntegerCollection into an existing array of integers at a specified location within the array.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual void CopyTo(
	Array^ destination,
	int index
) sealed

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.

Use the CopyTo method to combine the integers from multiple collections into a single array. You can then use this array to populate the contents of another ListBox control using the AddRange method.

.NET Framework
Available since 2.0
Return to top
Show: