Info
Version: | 1.0.1 |
Author(s): | Wintellect |
Last Update: | Monday, February 1, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://archive.codeplex.com/?p=powercollections |
NuGet Url: | https://www.nuget.org/packages/CodePort.Wintellect.PowerCollections |
Install
Install-Package CodePort.Wintellect.PowerCollections
dotnet add package CodePort.Wintellect.PowerCollections
paket add CodePort.Wintellect.PowerCollections
CodePort.Wintellect.PowerCollections Download (Unzip the "nupkg" after downloading)
Power Collections makes heavy use of .NET Generics. The goal of the project is to provide generic collection classes that are not available in the .NET framework.
Some of the collections included are the Deque, MultiDictionary, Bag, OrderedBag, OrderedDictionary, Set, OrderedSet, and OrderedMultiDictionary. This fork introduces .netstandard compatibility to the library.