Net4x.Collections.Immutable
2.3.0
dotnet add package Net4x.Collections.Immutable --version 2.3.0
NuGet\Install-Package Net4x.Collections.Immutable -Version 2.3.0
<PackageReference Include="Net4x.Collections.Immutable" Version="2.3.0" />
paket add Net4x.Collections.Immutable --version 2.3.0
#r "nuget: Net4x.Collections.Immutable, 2.3.0"
// Install Net4x.Collections.Immutable as a Cake Addin #addin nuget:?package=Net4x.Collections.Immutable&version=2.3.0 // Install Net4x.Collections.Immutable as a Cake Tool #tool nuget:?package=Net4x.Collections.Immutable&version=2.3.0
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 | net20 is compatible. net30 is compatible. net35 is compatible. 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 2.0
- Net35.Threading.Tasks (>= 1.1.0)
- Net35.TypeInfo (>= 1.1.0)
-
.NETFramework 3.0
- Net35.Threading.Tasks (>= 1.1.0)
- Net35.TypeInfo (>= 1.1.0)
-
.NETFramework 3.5
- Net35.Threading.Tasks (>= 1.1.0)
- Net35.TypeInfo (>= 1.1.0)
-
.NETFramework 4.0
- Net35.Threading.Tasks (>= 1.1.0)
- Net35.TypeInfo (>= 1.1.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Net4x.Collections.Immutable:
Package | Downloads |
---|---|
Net4x.Extensions.Primitives
Primitives shared by framework extensions. |
|
Net4x.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. |
|
SerilogLibrary.PieroViano
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 189 | 8/26/2023 |
2.3.0-at20230430063241 | 89 | 5/7/2023 |
2.2.1-at20230411061659 | 89 | 4/14/2023 |
2.1.0 | 190 | 4/8/2023 |