csharp数据结构:HashSet
#CSharp 数据结构
2024-05-08
学习链接:C#数据结构 HashSet 用法 - yinghualeihenmei - 博客园 (cnblogs.com)
命名空间
1 | System.Collections.Generic |
特点
无序性、唯一性、高性能、不支持索引、线程不安全
学习链接:C#数据结构 HashSet 用法 - yinghualeihenmei - 博客园 (cnblogs.com)
1 | System.Collections.Generic |
无序性、唯一性、高性能、不支持索引、线程不安全