updateList = updateList.Where((x, i) => updateList.FindIndex(z => z.ID == x.ID) == i).ToList();
转载于:https://www.cnblogs.com/efreer/p/9910511.html
updateList = updateList.Where((x, i) => updateList.FindIndex(z => z.ID == x.ID) == i).ToList();
转载于:https://www.cnblogs.com/efreer/p/9910511.html