System.Collections.Immutable 7.0.0
About
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.
The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
For more information, see the documentation:
Showing the top 20 packages that depend on System.Collections.Immutable.
| Packages | Downloads |
|---|---|
|
OpenIddict.Abstractions
Abstractions and primitives used by the OpenIddict components.
|
19 |
|
EmptyFiles
A collection of minimal binary files.
|
14 |
|
Volo.Abp.Core
Package Description
|
10 |
|
Volo.Abp.Core
Package Description
|
9 |
|
OpenIddict.Abstractions
Abstractions and primitives used by the OpenIddict components.
|
9 |
|
Volo.Abp.Core
Package Description
|
8 |
|
OpenIddict.Abstractions
Abstractions and primitives used by the OpenIddict components.
|
8 |
|
OpenIddict.Abstractions
OpenIddict's abstractions.
|
7 |
|
OpenIddict.Abstractions
Abstractions and primitives used by the OpenIddict components.
|
7 |