2022年5月7日

摘要: 1、HashSet,高性能无序唯一的集合。只可以用foreach遍历。支持泛型 HashSet.UnionWith。得出两个集合的合集。举例: HashSet<int> source = new HashSet<int>(); HashSet<int> other = new HashSet<int 阅读全文
posted @ 2022-05-07 16:30 施琅水月 阅读(39) 评论(0) 推荐(0) 编辑

导航