System.Collections.Immutable 7.0.0-preview.1.22076.8
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<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T>
Showing the top 20 packages that depend on System.Collections.Immutable.
| Packages |
|---|
|
Humanizer.Core
Humanizer core package that contains the library and the neutral language (English) resources
|
|
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it.
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Portable Class Libraries
|
.NET Framework 4.6.2
- System.Runtime.CompilerServices.Unsafe (>= 7.0.0-preview.1.22076.8)
- System.Memory (>= 4.5.4)
.NET 6.0
- System.Runtime.CompilerServices.Unsafe (>= 7.0.0-preview.1.22076.8)
.NET 7.0
- System.Runtime.CompilerServices.Unsafe (>= 7.0.0-preview.1.22076.8)
.NET Standard 2.0
- System.Runtime.CompilerServices.Unsafe (>= 7.0.0-preview.1.22076.8)
- System.Memory (>= 4.5.4)