[]
Copies the elements of the collection to an Array, starting at a particular array index.
public void CopyTo(TItem[] array, int index)
Type | Name | Description |
---|---|---|
TItem[] | 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. |