标签:
List<int> currentList = Cls_Data.SoruceDataIntses[key]; preList = currentList.Intersect(preList).ToList();
preList就是currentList和preList重复的集合。
List提取相同元素
原文地址:http://www.cnblogs.com/tylertang/p/5676717.html