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