Copies all elements of the collection to the specified array, beginning
at the specified index in the array.
Syntax
public void CopyTo(
int[] ,
int
)
public: void CopyTo(
int[]* ,
int
)
Parameters
- array
-
Contains an array that receives the elements of the collection.
- index
- Contains the zero-based index in where this method starts copying the collection.
See Also