[]
Copies an array of items to the collection starting at the specified index.
public override void CopyTo(Array array, int index)
Type | Name | Description |
---|---|---|
Array | array | The array of items to copy to the collection. |
int | index | The index in the collection to copy the items. |