PooledList<T>.

RemoveRange(int, int) Method

Summary

Removes a range of elements from this list.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public void RemoveRange(int index, int count)

Parameters

Name Type Description
index int
count int

Return Value

Type Description
void