using System; using System.Collections.Generic; using System.Linq; public class Hello{ public static void Main(){ // Here your code ! Listdata = new List {"CSharp", "CSHARP", "csharp"}; foreach(string d in data.GroupBy(d => d.ToLower()).Select(d => d.First())){ Console.WriteLine(d); } } }
実行すると CSharpが出力される