NuGet Package System.Collections.Immutable

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.

The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime.

The package can be installed when you need to use it in other target frameworks.




Got any System.Collections.Immutable Question?





Info

Version: 9.0.0-preview.2.24128.5
Author(s): Microsoft
Last Update: Tuesday, March 12, 2024
.NET Fiddle: Online Example
Project Url: https://dot.net/
NuGet Url: https://www.nuget.org/packages/System.Collections.Immutable


Install
Install-Package System.Collections.Immutable
dotnet add package System.Collections.Immutable
paket add System.Collections.Immutable
System.Collections.Immutable Download (Unzip the "nupkg" after downloading)

.NETFramework 4.5
  • No dependencies.
.NETStandard 1.0 .NETStandard 1.3 .NETStandard 2.0 monoandroid10
  • No dependencies.
monotouch10
  • No dependencies.
net46 net461 netcoreapp2.1
  • No dependencies.
portable45-net45+win8+wp8+wpa81
  • No dependencies.
uap10.0.16299 win8
  • No dependencies.
wp8
  • No dependencies.
wpa81
  • No dependencies.
xamarinios10
  • No dependencies.
xamarinmac20
  • No dependencies.
xamarintvos10
  • No dependencies.
xamarinwatchos10
  • No dependencies.
1392 packages depend on this package.




STATS

must-have-score

5.3

avg-downloads-per-day

621895

days-since-last-release

6