Skip to main content
Iesi.Collections package icon

Iesi.Collections

The System.Collections namespace in the .NET Framework provides a number of collection types that are extremely useful for manipulating data in memory. However, some specialized implementations of ISet are not available. Iesi.Collections 4.0 for .Net 4.0 contains the LinkedHashSet (preserves insertion order), the ReadOnlySet and the SynchronizedSet. The latter two wrap an actual set.

Total Downloads
79.3M
79,345,478
Published
Apr 4, 2024
Latest stable version

Install

.NET CLI
dotnet add package Iesi.Collections --version 4.1.1
Package Manager Console
Install-Package Iesi.Collections -Version 4.1.1
PackageReference
<PackageReference Include="Iesi.Collections" Version="4.1.1" />

Frameworks

.NETFramework4.0 .NETFramework4.6.1 .NETFramework4.6.2 .NETStandard1.0 .NETStandard1.3 net6.0 net8.0 .NETStandard2.0

Dependencies

NETStandard.Library
.NETStandard1.0
[1.6.1, )
NETStandard.Library
.NETStandard1.3
[1.6.1, )