System.Collections.Immutable (7.0.0-preview.2.22152.2)
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 7.0.0-preview.2.22152.2 System.Collections.Immutable
About this package
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 System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack
Dependencies
ID | Version | Target Framework |
---|---|---|
System.Runtime.CompilerServices.Unsafe | 7.0.0-preview.2.22152.2 | .NETFramework4.6.2 |
System.Memory | 4.5.4 | .NETFramework4.6.2 |
System.Runtime.CompilerServices.Unsafe | 7.0.0-preview.2.22152.2 | .NETStandard2.0 |
System.Memory | 4.5.4 | .NETStandard2.0 |
System.Runtime.CompilerServices.Unsafe | 7.0.0-preview.2.22152.2 | net6.0 |
System.Runtime.CompilerServices.Unsafe | 7.0.0-preview.2.22152.2 | net7.0 |