System.Collections.Immutable 1.5.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.

Commonly Used Types:
System.Collections.Immutable.ImmutableArray
System.Collections.Immutable.ImmutableArray<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T>

30ab651fcb4354552bd4891619a0bdd81e0ebdbf

There is a newer prerelease version of this package available.
See the version list below for details.

Requires NuGet 2.8.6 or higher.

Install-Package System.Collections.Immutable -Version 1.5.0
dotnet add package System.Collections.Immutable --version 1.5.0
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Collections.Immutable --version 1.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Release Notes

https://go.microsoft.com/fwlink/?LinkID=799421

  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 1.0

  • .NETStandard 1.3

  • .NETStandard 2.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • Windows 8.0

    • No dependencies.
  • WindowsPhone 8.0

    • No dependencies.
  • WindowsPhoneApp 8.1

    • No dependencies.

Version History

Version Downloads Last updated
1.6.0-preview5.19224.8 5,326 5/6/2019
1.6.0-preview4.19212.13 9,381 4/18/2019
1.6.0-preview3.19128.7 24,954 3/6/2019
1.6.0-preview.19073.11 17,788 1/29/2019
1.6.0-preview.18571.3 27,086 12/3/2018
1.5.0 4,989,495 5/29/2018
1.5.0-rc1 122,358 5/6/2018
1.5.0-preview2-26406-04 83,528 4/10/2018
1.5.0-preview1-26216-02 157,213 2/26/2018
1.4.0 8,338,295 8/11/2017
1.4.0-preview2-25405-01 6,740 6/27/2017
1.4.0-preview1-25305-02 9,644 5/9/2017
1.3.1 7,496,766 1/3/2017
1.3.0 6,273,211 11/15/2016
1.3.0-preview1-24530-04 68,774 10/24/2016
1.2.0 33,735,548 6/27/2016
1.2.0-rc2-24027 3,068,228 5/16/2016
1.1.38-beta-23516 31,960 11/18/2015
1.1.38-beta-23409 2,287 10/15/2015
1.1.38-beta-23225 44,207 9/1/2015
1.1.37 2,922,195 7/29/2015
1.1.37-beta-23109 17,492 7/27/2015
1.1.37-beta-23019 2,103 6/30/2015
1.1.36 2,145,191 5/11/2015
1.1.34-rc 19,455 3/6/2015
1.1.33-beta 230,685 12/10/2014
1.1.32-beta 100,240 10/10/2014
Show less