Strilanc.LinqToCollections 1.0.1

dotnet add package Strilanc.LinqToCollections --version 1.0.1
NuGet\Install-Package Strilanc.LinqToCollections -Version 1.0.1
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="Strilanc.LinqToCollections" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Strilanc.LinqToCollections --version 1.0.1
#r "nuget: Strilanc.LinqToCollections, 1.0.1"
#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 Strilanc.LinqToCollections as a Cake Addin
#addin nuget:?package=Strilanc.LinqToCollections&version=1.0.1

// Install Strilanc.LinqToCollections as a Cake Tool
#tool nuget:?package=Strilanc.LinqToCollections&version=1.0.1

Implements types and extension methods for transforming and implicitly defining instances of the readonly collection interfaces new to .Net 4.5.

(The interfaces are IReadOnlyList<T>, IReadOnlyCollection<T>, and IReadOnlyDictionary<K,V>.)

For example, the library implements a Select method that ensures the result of 'from e in list select e * e' supports random access.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 176 12/22/2012
1.0.0 45 12/2/2012

Breaking change. Fixed an ambiguity with Enumerable.Select by renaming ReadOnlyDictionary.Select to SelectValue.