Info
Version: | 2.0.0 |
Author(s): | Manuel Römer |
Last Update: | Sunday, November 17, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/manuelroemer/NCommons |
NuGet Url: | https://www.nuget.org/packages/NCommons.Collections |
Install
Install-Package NCommons.Collections
dotnet add package NCommons.Collections
paket add NCommons.Collections
NCommons.Collections Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This library provides several generic and specialized collection-type members.
Commonly Used Types:
IPriorityQueue<T>
PriorityQueue<T>
Heap<T>
BinaryHeap<T>
INotifyCollectionChanging
PreviewingObservableCollection<T>
WeakReferenceCollection<T>
You can find additional information and documentation on the library's GitHub page: https://github.com/manuelroemer/NCommons.