Skip to main content

RemoveRange Method

Removes a range of elements from the collection.

Definition

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

void RemoveRange(
int index,
int count
)
View Source

Parameters

  Int32
The first index to remove.
  Int32
The number of items to remove.

See Also

Reference

IAvaloniaList(T) Interface
Avalonia.Collections Namespace