NCommons.Collections
2.0.0
NCommons is a set of several .NET libraries which provide common building blocks that can be used by any kind of library or application.
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
Install-Package NCommons.Collections -Version 2.0.0
dotnet add package NCommons.Collections --version 2.0.0
<PackageReference Include="NCommons.Collections" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NCommons.Collections --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.