Info
Version: | 1.0.2 |
Author(s): | Fabricio Godoy |
Last Update: | Friday, December 7, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/WindowsCE/System.Collections.Immutable/ |
NuGet Url: | https://www.nuget.org/packages/WindowsCE.Collections.Immutable |
Install
Install-Package WindowsCE.Collections.Immutable
dotnet add package WindowsCE.Collections.Immutable
paket add WindowsCE.Collections.Immutable
WindowsCE.Collections.Immutable Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.Collections.Immutable(>= 1.5.0)
- NETStandard.Library(>= 1.6.1)
- System.Collections.Immutable(>= 1.5.0)
- System.Collections.Immutable(>= 1.5.0)
- NETStandard.WindowsCE(>= 1.6.0)
Tags
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.