[]
Sorts the collection according to the specified sort descriptions.
public override Task SortAsync(SortDescription[] sortDescriptions, CancellationToken cancellationToken = default)
Type | Name | Description |
---|---|---|
SortDescription[] | sortDescriptions | The sort descriptions that determine how the data will be sort. |
CancellationToken | cancellationToken | The cancellation token. |
Type | Description |
---|---|
Task |