ShittyLabs / ShittyLINQ

The shitty version of LINQ.
MIT License
12 stars 29 forks source link

GroupBy method and tests #106

Open VarnaSuresh opened 6 years ago

VarnaSuresh commented 6 years ago

45 I have implemented GroupBy. A couple of the methods return a LINQ type IGrouping. I instead return a Dictionary with a key and list.