List<int> currentList = Cls_Data.SoruceDataIntses[key];
preList = currentList.Intersect(preList).ToList();
preList就是currentList和preList重复的集合。

相关文章: