Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コレクション内の重複を削除するにはどうすればよいですか? 例えば:
List<double> somelist=new List<double>{2, 2, 3};
どの LINQ メソッドを使用すればよいですか?
そして、それを簡単にしてください。