Info
Version: | 4.2.0-ci.12 |
Author(s): | Aidant Systems, Jason Smith, NHibernate community |
Last Update: | Wednesday, October 16, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nhibernate/iesi.collections |
NuGet Url: | https://www.nuget.org/packages/Iesi.Collections |
Install
Install-Package Iesi.Collections
dotnet add package Iesi.Collections
paket add Iesi.Collections
Iesi.Collections Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
- NETStandard.Library(>= 1.6.1)
- NETStandard.Library(>= 1.6.1)
- System.Runtime.Serialization.Formatters(>= 4.3.0)
No dependencies.
Tags
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.