Summary
Adds the `item` to this list at the specified `index`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- Key
.KeyedList <T>
Syntax
public void Insert(int index, T item)
Parameters
Name | Type | Description |
---|---|---|
index | int | |
item | T |
Return Value
Type | Description |
---|---|
void |