Example #1
0
        }  //EndMethod

        public IEnumerable <int> SimpleListGroupBy()
        {
            return(SimpleListItems.GroupBy(x => x % 10, x => x, (x, y) => y.Sum()));
        }  //EndMethod