MoreLinq.Portable
1.1.0
dotnet add package MoreLinq.Portable --version 1.1.0
NuGet\Install-Package MoreLinq.Portable -Version 1.1.0
<PackageReference Include="MoreLinq.Portable" Version="1.1.0" />
paket add MoreLinq.Portable --version 1.1.0
#r "nuget: MoreLinq.Portable, 1.1.0"
// Install MoreLinq.Portable as a Cake Addin #addin nuget:?package=MoreLinq.Portable&version=1.1.0 // Install MoreLinq.Portable as a Cake Tool #tool nuget:?package=MoreLinq.Portable&version=1.1.0
This project is a PCL port of MoreLINQ that enhances LINQ to Objects with the following methods: Acquire, AssertCount, Batch, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Index, MaxBy, MinBy, OrderedMerge, Pad, Pairwise, Pipe, Prepend, PreScan, Scan, SingleOrFallback, SkipUntil, Split, TakeEvery, TakeLast, TakeUntil, ToDelimitedString, ToHashSet, Zip, ZipLongest
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.1.0 | 5,230 | 8/12/2014 |
This PCL version of MoreLINQ is identical to the .NET version, except:
* ToDataTable and Trace methods are omitted,
* SequenceException is not serializable.
PCL profile 328 is used, i.e. the following targets are supported:
* .NET Framework 4 and higher
* Windows 8 and higher
* Windows Phone 8.1
* Windows Phone Silverlight 8 and higher
* Silverlight 5
* Xamarin.Android
* Xamarin.iOS