Strilanc.LinqToCollections
1.0.1
dotnet add package Strilanc.LinqToCollections --version 1.0.1
NuGet\Install-Package Strilanc.LinqToCollections -Version 1.0.1
<PackageReference Include="Strilanc.LinqToCollections" Version="1.0.1" />
paket add Strilanc.LinqToCollections --version 1.0.1
#r "nuget: Strilanc.LinqToCollections, 1.0.1"
// 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.
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.
Breaking change. Fixed an ambiguity with Enumerable.Select by renaming ReadOnlyDictionary.Select to SelectValue.