List.Distinct() – 银光 – 博客园 来源: List.Distinct() - 银光 - 博客园 class ListDistinctDemo { static void Main(string args) { List<Person> personList = new List<Person>(){ new Person(3),//重复数据 new Person(3), new Person(2), n C# mikel 2018-04-18 210 热度 0评论