[]
Copies the objects in the ItemCollection<T> to a T array, starting at the specified array index.
public void CopyTo(T[] array, int arrayIndex)
| Type | Name | Description |
|---|---|---|
| T[] | array | An one-dimensional array of the |
| int | arrayIndex | A zero-based int index in the array at which copying begins. |