Package Usage: nuget: System.Collections.Immutable
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.
29 versions
Latest release: over 1 year ago
1,452 dependent packages
2,413,017,650 downloads total
View more package details: https://packages.ecosystem.code.gouv.fr/registries/nuget.org/packages/System.Collections.Immutable
Dependent Repos 2
cstb/swagger-codegen Fork of swagger-api/swagger-codegen
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.Size: 38.9 MB - Last synced: 7 days ago - Pushed: about 3 years ago
