Net40.Collections.Immutable
2.1.0-rc1-180512-01
See the version list below for details.
dotnet add package Net40.Collections.Immutable --version 2.1.0-rc1-180512-01
NuGet\Install-Package Net40.Collections.Immutable -Version 2.1.0-rc1-180512-01
<PackageReference Include="Net40.Collections.Immutable" Version="2.1.0-rc1-180512-01" />
paket add Net40.Collections.Immutable --version 2.1.0-rc1-180512-01
#r "nuget: Net40.Collections.Immutable, 2.1.0-rc1-180512-01"
// Install Net40.Collections.Immutable as a Cake Addin #addin nuget:?package=Net40.Collections.Immutable&version=2.1.0-rc1-180512-01&prerelease // Install Net40.Collections.Immutable as a Cake Tool #tool nuget:?package=Net40.Collections.Immutable&version=2.1.0-rc1-180512-01&prerelease
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- NetFx.Extensions.Primitives (>= 2.1.0-rc1-final)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Net40.Collections.Immutable:
Package | Downloads |
---|---|
Net40.Reflection.Metadata
This packages provides a low-level .NET (ECMA-335) metadata reader and writer. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 3,588 | 8/15/2018 |
2.1.0-rc1-180512-01 | 833 | 5/13/2018 |
2.1.0-preview2-180302-01 | 815 | 3/3/2018 |