Summary
Inserts an item at the specified index.
- Namespace
- Avalonia
.Collections - Containing Type
- AvaloniaList
<T>
Syntax
public virtual void Insert(int index, T item)
Parameters
Name | Type | Description |
---|---|---|
index | int | The index. |
item | T | The item. |
Return Value
Type | Description |
---|---|
void |