groupingBy
Creates a Grouping source from a sequence to be used later with one of group-and-fold operations using the specified keySelector function to extract a key from each element.
The operation is intermediate and stateless.
Creates a Grouping source from a sequence to be used later with one of group-and-fold operations using the specified keySelector function to extract a key from each element.
The operation is intermediate and stateless.
Thanks for your feedback!