AvaloniaList<T>.

RemoveRange(int, int) Method

Summary

Removes a range of elements from the collection.
Namespace
Avalonia.Collections
Containing Type
AvaloniaList<T>

Syntax

public virtual void RemoveRange(int index, int count)

Parameters

Name Type Description
index int The first index to remove.
count int The number of items to remove.

Return Value

Type Description
void