Table of Contents

Method GetItemsAsync

Namespace
Innova.Prism.Library.Collection
Assembly
Innova.Prism.Library.dll

GetItemsAsync(int, int)

Retrieves a range of items asynchronously.

Task<IEnumerable<T>> GetItemsAsync(int startIndex, int count)

Parameters

startIndex int

The start index of the items.

count int

The number of items to retrieve.

Returns

Task<IEnumerable<T>>

A task that represents the asynchronous operation. The task result contains the range of items.