Copies the Elements into an array.
[C#] virtual void CopyTo(T[] array, int index)
virtual void CopyTo(T[] array, int index)
Copies the elements of the collection to an array starting at a particular index.