Skip to main content

GetRange Method

Gets a range of items from the collection.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public IEnumerable<T> GetRange(
int index,
int count
)

Parameters

  Int32
The zero-based AvaloniaList(T) index at which the range starts.
  Int32
The number of elements in the range.

Return Value

IEnumerable(T)

See Also

Reference

AvaloniaList(T) Class
Avalonia.Collections Namespace