Posted in USA c# – Linq select to new object – Stack Overflow November 6, 2025 I have a linq query var x = (from t in types select t).GroupBy(g =>g.Type) which groups objects by their type, as a result I want to have single new object containing all of the grouped object… Read More