[]
Loads all the items between the specified range.
public Task LoadAsync(int? fromIndex = null, int? toIndex = null, CancellationToken cancellationToken = default)
| Type | Name | Description |
|---|---|---|
| int? | fromIndex | The starting index, if not specified this will be 0. |
| int? | toIndex | The starting index, if not specified this will be Count. |
| CancellationToken | cancellationToken | The cancellation token. |
| Type | Description |
|---|---|
| Task |