I have a question about IGrouping and the Select() method. Let’s say I’ve got an IEnumerable<IGrouping<int, smth>> in this way: var groups = ...
-
May 20, 2022
- 0 Comments