SyntaxFix
Write A Post
Hire A Developer
Questions
userInfos.GroupBy(userInfo => userInfo.metric) .OrderBy(group => group.Key) .Select(group => Tuple.Create(group.Key, group.Count()));