Neuronic.CollectionModel 1.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Neuronic.CollectionModel --version 1.6.0
NuGet\Install-Package Neuronic.CollectionModel -Version 1.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Neuronic.CollectionModel" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Neuronic.CollectionModel --version 1.6.0
#r "nuget: Neuronic.CollectionModel, 1.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Neuronic.CollectionModel as a Cake Addin
#addin nuget:?package=Neuronic.CollectionModel&version=1.6.0

// Install Neuronic.CollectionModel as a Cake Tool
#tool nuget:?package=Neuronic.CollectionModel&version=1.6.0

Utility .Net library for declarative collection handling. It provides a set of query methods, resembling the ones in LINQ, which operate on read-only observable lists and collections, instead of IEnumerable.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.1 188 11/28/2023
2.0.0 537 10/8/2020
1.6.1 972 9/18/2017
1.6.0 851 9/4/2017
1.4.1 882 9/1/2017
1.3.0 890 8/23/2017
1.2.0 926 8/18/2017
1.0.0 903 7/10/2017
0.1.9 996 2/20/2017
0.1.8 952 2/15/2017
0.1.7 870 2/3/2017
0.1.6 911 12/1/2016
0.1.5 957 11/21/2016
0.1.4 1,011 11/18/2016
0.1.3 919 11/15/2016
0.1.2 910 11/11/2016

-Unified the library's external API across .Net Framework versions.
-Implemented the CollectionIntersect extension method for the set intersection operation between collections.
-Created the LazyCollection class