[]
Copies the elements of the collection to an Array, starting at a particular array index.
public void CopyTo(T[] array, int index)
| Type | Name | Description |
|---|---|---|
| T[] | array | The one-dimensional Array that is the destination of the elements copied from collection. (The array must have zero-based indexing). |
| int | index | The zero-based index in array at which copying begins. |