System.Collections.Immutable 5.0.0

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
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

https://go.microsoft.com/fwlink/?LinkID=799421

This package has no dependencies.

Version Downloads Last updated
9.0.0-preview.3.24172.9 13 2024/5/10
8.0.0 12 2024/2/29
7.0.0 13 2023/7/15
6.0.0 12 2022/7/18
5.0.0 16 2021/9/28
1.7.0 12 2022/9/12
1.6.0 13 2021/11/30
1.4.0 8 2021/10/7
1.2.0 9 2023/8/15