最佳答案
有了一个列表,你可以做:
list.AddRange(otherCollection);
HashSet
中没有add range方法。
将另一个ICollection
添加到HashSet
的最佳方法是什么?< / p >