Copies the items into a collection.
[C#] void CopyTo(Field[] array, int index)
void CopyTo(Field[] array, int index)
Copies the elements of the collection to an array starting at a particular array index.
The array must be one-dimensional and have zero-based indexing.
None.