System.Windows.Forms.AutoCompleteStringCollection.CopyTo Method

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

Syntax

public void CopyTo (string[] array, int index)

Parameters

array
The string objects to add to the collection.
index
The position within the collection at which to start the insertion.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0