Copies the elements of the collection to an array, starting at a particular index.

CopyTo(Array, Int)

override public void CopyTo(Array array, int index);

Parameters

Parameter Description
array Specifies the array to copy to.
index Specifies the index of the destination array at which to begin copying.