IAvaloniaList<T>.

InsertRange(int, IEnumerable<T>) Method

Summary

Inserts multiple items at the specified index.
Namespace
Avalonia.Collections
Containing Type
IAvaloniaList<T>

Syntax

void InsertRange(int index, IEnumerable<T> items)

Parameters

Name Type Description
index int The index.
items IEnumerable<T> The items.

Return Value

Type Description
void