Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有 .Net 3.5 库实现 .Net 4 类System.Collections.Generic.ISet、System.Collections.Generic.SortedSet和System.Tuple?
System.Collections.Generic.ISet
System.Collections.Generic.SortedSet
System.Tuple
我目前仅限于 .net 3.5,并希望在不可预见的未来某个时候升级到 .net 4.5。
元组在别处回答。
查看C5 通用集合库。关于Tuple类,很容易自己实现。
Tuple