AutoCompleteStringCollection::CopyTo Method (array<String^>^, Int32)

 

Copies an array of String objects into the collection, starting at the specified position.

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

public:
void CopyTo(
	array<String^>^ array,
	int index
)

Parameters

array
Type: array<System::String^>^

The String objects to add to the collection.

index
Type: System::Int32

The position within the collection at which to start the insertion.

.NET Framework
Available since 2.0
Return to top
Show: