C#-不可变集合在哪里?

时间:2018-12-18 01:13:51

标签: c# immutable-collections

我正在读一本书,它向我介绍了不可变的集合,其中包括ImmutableDictionary,ImmutableHashSet等。

这本书说它在Microsoft.Bcl.Immutable NuGet包中,但是我找不到它。有什么帮助吗?另外,我正在使用.NET 4.6.1。

谢谢。

1 个答案:

答案 0 :(得分:2)

他们生活在System.Collections.Immutable下。

尝试一下:https://www.nuget.org/packages/System.Collections.Immutable