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