.dll file

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

Uploaded: 2024-01-04 Last Validated: 2026-07-10
8.0.23.53103 246.8KB x86 (32 bit) Verified 2026-07-10
Sponsored

File Info

Integrity Check
Passed
Uncompressed Size
246.8KB
MD5
af7880a90c02c0115cd169c7182ab378
SHA256
d5ec0837bb176abf13dcd52c658c4e84c5264f67065b9c19679b6643f7d21564
SHA1
6e3ccf50bb1d30805dce58ab6bdd63e0196669e6

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

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.