In This Topic
Copies an array of items to the collection starting at the specified index.
Syntax
'Declaration
Public Overrides Sub CopyTo( _
ByVal As Array, _
ByVal As Integer _
)
public override void CopyTo(
Array ,
int
)
Parameters
- array
- The array of items to copy to the collection.
- index
- The index in the collection to copy the items.
See Also