Skip to main content

InsertRange Method

Inserts multiple items at the specified index.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)

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

Parameters

  Int32
The index.
  IEnumerable(T)
The items.

See Also

Reference

IAvaloniaList(T) Interface
Avalonia.Collections Namespace