[]
Loads more items.
public static Task LoadMoreItemsAsync<T>(this IDataCollection<T> dataCollection, int? count = null, CancellationToken cancellationToken = default) where T : class?
Type | Name | Description |
---|---|---|
IDataCollection<T> | dataCollection | The data collection. |
int? | count | Specifies the desired number of items to be loaded. |
CancellationToken | cancellationToken | The cancellation token |
Type | Description |
---|---|
Task |
Name | Description |
---|---|
T |