System.Collections.Immutable 6.0.0-preview.3.21201.4
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 | Downloads |
|---|---|
|
Humanizer.Core
Humanizer core package that contains the library and the neutral language (English) resources
|
1 |
|
Microsoft.Build.Framework
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
|
1 |
|
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/16f9bd284cd49604ac82998bfe778a8eb16d4347.
|
1 |
|
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one
of the following packages to add the appropriate language support:
- Microsoft.CodeAnalysis.CSharp.Workspaces
- Microsoft.CodeAnalysis.VisualBasic.Workspaces
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/16f9bd284cd49604ac82998bfe778a8eb16d4347.
|
1 |
MonoAndroid 1.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
MonoTouch 1.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
.NET Framework 4.5
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
.NET Framework 4.6
- NETStandard.Library (>= 1.6.1)
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
.NET Framework 4.6.1
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
.NET Core 2.1
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
.NET Standard 1.0
- NETStandard.Library (>= 1.6.1)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
.NET Standard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
.NET Standard 2.0
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
.NETPortable 4.5
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
UAP 10.0.16299
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
Windows 8.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
WindowsPhone 8.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
WindowsPhoneApp 8.1
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
Xamarin.iOS 1.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
Xamarin.Mac 2.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
Xamarin.TVOS 1.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)
Xamarin.WatchOS 1.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.3.21201.4)