[]
Moves to the page pageIndex.
public static Task MoveToPageAsync<T>(this IDataCollection<T> dataCollection, int pageIndex, CancellationToken cancellationToken) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| int | pageIndex | The index of the page. |
| CancellationToken | cancellationToken | The cancellation token. |
| Type | Description |
|---|---|
| Task |
| Name | Description |
|---|---|
| T |