rbrock - Iesi.Collections 4.0.1.4000
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.
PM> Install-Package Iesi.Collections -Version 4.0.1.4000 -Source https://www.myget.org/F/rbrock/api/v3/index.json
> nuget.exe install Iesi.Collections -Version 4.0.1.4000 -Source https://www.myget.org/F/rbrock/api/v3/index.json
> dotnet add package Iesi.Collections --version 4.0.1.4000 --source https://www.myget.org/F/rbrock/api/v3/index.json
source https://www.myget.org/F/rbrock/api/v3/index.json
nuget Iesi.Collections ~> 4.0.1.4000
Copy to clipboard
> choco install Iesi.Collections --version 4.0.1.4000 --source https://www.myget.org/F/rbrock/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "rbrock" -SourceLocation "https://www.myget.org/F/rbrock/api/v2"
Install-Module -Name "Iesi.Collections" -RequiredVersion "4.0.1.4000" -Repository "rbrock"
Copy to clipboard
- .NETFramework 4.0: 4.0.0.0
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
4.0.1.4000 | 15.38 KB | Wed, 20 Aug 2014 14:37:44 GMT | 28822 |
|