[]
Load the items between the specified indexes.
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 - 1. |
| CancellationToken | cancellationToken | The cancellation token. |
| Type | Description |
|---|---|
| Task |