Copies the selected items to an Array, starting at a particular Array index.
| Visual Basic (Declaration) | |
|---|---|
Public Sub CopyTo( _ ByVal array As System.Array, _ ByVal index As System.Integer _ ) | |
Parameters
- array
- The array to which to copy the collection.
- index
- The array index from which to start.