List<string> collection = ... IEnumerable<string> collectionInitials = collection.GroupBy(s => s.Substring(0, 1)).Select(g => g.First());
Torna al forum | Feed RSS