且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

唯一的字符串C#的高效名单

更新时间:2023-11-06 23:50:58

如果您使用的是.NET 3.5中,的 HashSet的应该为你工作。

If you are using .NET 3.5, the HashSet should work for you.

&HashSet的LT (作者≤(T>)>)类提供
高性能集合操作。一组
为不包含
重复元素,并且其元素
是在任何特定的顺序的集合。

The HashSet<(Of <(T>)>) class provides high performance set operations. A set is a collection that contains no duplicate elements, and whose elements are in no particular order.