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)

public virtual void RemoveRange(
int index,
int count
)

Parameters

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

Implements

IAvaloniaList(T).RemoveRange(Int32, Int32)

See Also

Reference

AvaloniaList(T) Class
Avalonia.Collections Namespace