System.Collections.Immutable
1.1.32-beta
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package System.Collections.Immutable --version 1.1.32-beta
NuGet\Install-Package System.Collections.Immutable -Version 1.1.32-beta
<PackageReference Include="System.Collections.Immutable" Version="1.1.32-beta" />
paket add System.Collections.Immutable --version 1.1.32-beta
#r "nuget: System.Collections.Immutable, 1.1.32-beta"
// Install System.Collections.Immutable as a Cake Addin #addin nuget:?package=System.Collections.Immutable&version=1.1.32-beta&prerelease // Install System.Collections.Immutable as a Cake Tool #tool nuget:?package=System.Collections.Immutable&version=1.1.32-beta&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.
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Windows Phone Silverlight 8
- Windows Phone 8.1
- Portable Class Libraries
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (495)
Showing the top 5 popular GitHub repositories that depend on System.Collections.Immutable:
Repository | Stars |
---|---|
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
OpenRA/OpenRA
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
Version | Downloads | Last updated |
---|---|---|
1.6.0-preview.19073.11 | 4 | 1/28/2019 |
1.6.0-preview.18571.3 | 3 | 11/30/2018 |
1.1.37 | 32,196 | 7/20/2015 |
1.1.37-beta-23019 | 748 | 6/29/2015 |
1.1.34-rc | 17,637 | 3/6/2015 |
1.1.33-beta | 117,243 | 12/10/2014 |
1.1.32-beta | 68,278 | 10/10/2014 |