AvaloniaList<T>.

GetRange(int, int) Method

Summary

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

Syntax

public IEnumerable<T> GetRange(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
IEnumerable<T>