[]
Groups the collection according to the specified group descriptions.
public Task GroupAsync(params GroupDescription[] groupDescriptions)
Type | Name | Description |
---|---|---|
GroupDescription[] | groupDescriptions | The group descriptions that determine how the data will be grouped. |
Type | Description |
---|---|
Task |
Groups the collection according to the specified group descriptions.
public virtual Task GroupAsync(GroupDescription[] groupDescriptions, CancellationToken cancellationToken = default)
Type | Name | Description |
---|---|---|
GroupDescription[] | groupDescriptions | The group descriptions that determine how the data will be grouped. |
CancellationToken | cancellationToken | The cancellation token. |
Type | Description |
---|---|
Task |