Copies the collection to an
System.Array.
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 position at which to start copying.
See Also