Microsoft.Bcl.Immutable
1.0.34
Prefix Reserved
Requires NuGet 2.8.1 or higher.
dotnet add package Microsoft.Bcl.Immutable --version 1.0.34
NuGet\Install-Package Microsoft.Bcl.Immutable -Version 1.0.34
<PackageReference Include="Microsoft.Bcl.Immutable" Version="1.0.34" />
paket add Microsoft.Bcl.Immutable --version 1.0.34
#r "nuget: Microsoft.Bcl.Immutable, 1.0.34"
// Install Microsoft.Bcl.Immutable as a Cake Addin #addin nuget:?package=Microsoft.Bcl.Immutable&version=1.0.34 // Install Microsoft.Bcl.Immutable as a Cake Tool #tool nuget:?package=Microsoft.Bcl.Immutable&version=1.0.34
This packages 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 (3)
Showing the top 3 popular GitHub repositories that depend on Microsoft.Bcl.Immutable:
Repository | Stars |
---|---|
Adrianotiger/desktopPet
Remembering the lovely eSheep (stray sheep) from 1995 -
|
|
msgpack/msgpack-cli
MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
|
|
jskeet/DemoCode
Demo code used in talks, blog posts etc
|
Version | Downloads | Last updated |
---|---|---|
1.0.34 | 74,012 | 4/30/2014 |