How to get values from IGrouping 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 = list.GroupBy(x => x.ID); where list is... May 20, 2022 0 Comments