Skybound AutoComplete

AutoComplete.VisibleItemsCollection.CopyTo Method 

Copies each of the items in the collection to the specified array, starting at a given index.

[Visual Basic]
NotOverridable Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) _
    Implements ICollection.CopyTo
[C#]
public void CopyTo(
   Array array,
   int index
);

Parameters

array
The array to which the collection is copied.
index
The 0-based index of an element in the destination array to which the first item is copied.

Implements

ICollection.CopyTo

See Also

AutoComplete.VisibleItemsCollection Class | Skybound.AutoComplete Namespace