两个list<int>可以直接合并吗?请问有什么直接的方法,不是遍历的那种 [解决办法]
List<int> list=list1.Contact(list2).ToList();List<int> list=list1.Union(list2).ToList();