.dll file

System.Collections.Immutable.(PCFAction SaveFile).dll

Uploaded: 2024-03-12 Last Validated: 2025-11-09
8.0.23.53103 246.8KB x86 (32 bit) Verified 2025-11-09
Sponsored

File Info

Integrity Check
Passed
Uncompressed Size
246.8KB
MD5
e9a6d21808d4740a010fcdb50abc4cb6
SHA256
5b1b1c83ba3d135c2fdfe425842fbe9c7432878b7e468623acb554c69b4c130f
SHA1
e14835fe4a59ed7b373cf229095eec0129aada81

Metadata

Status
Complete
Company
Microsoft Corporation
Product
Microsoft® .NET
Description
System.Collections.Immutable
Build Note
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.
Copyright
© Microsoft Corporation. All rights reserved.

Data Points

First Upload
2024-03-12

Install Instructions

Open the downloaded archive and extract the DLL file
1.Extract .DLL
Open the archive you downloaded and extract the specific .dll file.
Install the DLL into the correct Windows system folder
2.Install .DLL
Place the file in the correct folder:
32-bitC:\Windows\SysWOW64
64-bitC:\Windows\System32
Restart the application after installing the DLL
3.Restart Software
Close and reopen the application so Windows can load the new DLL.