line.Split(new[] {','}).Aggregate(new Dictionary<string, int>(), (d, s) => { d[s] = d.Keys.Count + 1; return d; });

C# On Comma separated string to D...

by rikkus, October 08, 2009 19:58 Star_fullStar_fullStar_fullStar_fullStar_full

Do you mind me asking why y...

22e33503870d8e20493c4dd6b2f9767f Talk