SyntaxFix
Write A Post
Hire A Developer
Questions
var x = from t in types group t by t.Type into grouped select new { type = grouped.Key, count = grouped.Count() };