Copies the selected items to an Array, starting at a particular Array index.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal As Array, _
ByVal As Integer _
)
public void CopyTo(
Array ,
int
)
Parameters
- array
- The array to which to copy the collection.
- index
- The array index from which to start.
See Also