Michael Munnis

Results 1 comments of Michael Munnis

Maybe something like a Group class. ``` public class Group { public K Key; public IEnumerable Values; } ``` Then allow the user to pass an `IList` Have the helper...