AvaloniaListTGetRange Method
Gets a range of items from the collection.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IEnumerable<T> GetRange(
int index,
int count
)
Public Function GetRange (
index As Integer,
count As Integer
) As IEnumerable(Of T)
member GetRange :
index : int *
count : int -> IEnumerable<'T>
- index Int32
- The zero-based AvaloniaListT index at which the range starts.
- count Int32
- The number of elements in the range.
IEnumerableT