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