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

C# - Where are the immutable collections?

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

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

谢谢。

他们住在 System.Collections.Immutable.

试试这个:https://www.nuget.org/packages/System.Collections.Immutable