name: System.Collections.Immutable description: 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. license_spdx: MIT version: 1.5.0 spec_version: 1.0 download_url: https://www.nuget.org/api/v2/package/System.Collections.Immutable/1.5.0 home_url: https://dot.net/ news_url: https://libraries.io/nuget/System.Collections.Immutable/versions.atom date: 2018-05-29 about_resource: NONE libraries_io_url: https://libraries.io/nuget/System.Collections.Immutable?number=1.5.0 vcs_tool: git vcs_repository: https://github.com/dotnet/runtime vcs_branch: main