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