Summary
Copies all the items from this list into the `array`, starting at the specified `index`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- IndexedList
<TItem, TIndexer>
Syntax
public void CopyTo(TItem[] array, int index)
Parameters
| Name | Type | Description |
|---|---|---|
| array | TItem[] | |
| index | int |
Return Value
| Type | Description |
|---|---|
| void |