Skip to content

Instantly share code, notes, and snippets.

@pparadis
Created January 8, 2016 01:24
Embed
What would you like to do?
IEnumerable<IGrouping<int, string>> query = elements.GroupBy(k => k.Age, e => e.Name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment