Why doesn't .Net have a Set data structure?

后端 未结 9 1715
太阳男子
太阳男子 2021-01-19 00:41

One of my biggest issues dealing with a move from Java to .Net is the fact that there isn\'t a Set interface in .Net. I know there are libraries I could go and download but

9条回答
  •  说谎
    说谎 (楼主)
    2021-01-19 01:25

    In .NET 4.0 HashSet will be retrofitted to even implement new ISet interface.

提交回复
热议问题