[]
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
public void CopyTo(TItem[] array, int arrayIndex)
Public Sub CopyTo(array As TItem(), arrayIndex As Integer)
| 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 | arrayIndex | The zero-based index in array at which copying begins. |