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