AvaloniaListTGetRange Method

Gets a range of items from the collection.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IEnumerable<T> GetRange(
	int index,
	int count
)

Parameters

index  Int32
The zero-based AvaloniaListT index at which the range starts.
count  Int32
The number of elements in the range.

Return Value

IEnumerableT

See Also