AvaloniaListTRemoveRange Method

Removes a range of elements from the collection.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public virtual void RemoveRange(
	int index,
	int count
)

Parameters

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

Implements

IAvaloniaListTRemoveRange(Int32, Int32)

See Also