Lets say you have a:
List los = new List();
In this crazy functional world we live in these days which one of t
los.Aggregate((current, next) => current + "," + next);