gpt4 book ai didi

C# 合并 2 个集合的不同项

转载 作者:太空狗 更新时间:2023-10-29 19:52:05 25 4
gpt4 key购买 nike

我正在寻找一种高效的方法来将第二个 ICollection 的不同项目添加到现有项目中。我正在使用 .NET 4。

最佳答案

应该这样做:

list1.Union(list2).Distinct(aCustomComparer).ToList()

关于C# 合并 2 个集合的不同项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5993666/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com