MoreLinq.Source.MoreEnumerable.ZipLongest
1.0.1
Prefix Reserved
See the version list below for details.
dotnet add package MoreLinq.Source.MoreEnumerable.ZipLongest --version 1.0.1
NuGet\Install-Package MoreLinq.Source.MoreEnumerable.ZipLongest -Version 1.0.1
<PackageReference Include="MoreLinq.Source.MoreEnumerable.ZipLongest" Version="1.0.1" />
paket add MoreLinq.Source.MoreEnumerable.ZipLongest --version 1.0.1
#r "nuget: MoreLinq.Source.MoreEnumerable.ZipLongest, 1.0.1"
// Install MoreLinq.Source.MoreEnumerable.ZipLongest as a Cake Addin #addin nuget:?package=MoreLinq.Source.MoreEnumerable.ZipLongest&version=1.0.1 // Install MoreLinq.Source.MoreEnumerable.ZipLongest as a Cake Tool #tool nuget:?package=MoreLinq.Source.MoreEnumerable.ZipLongest&version=1.0.1
C# source implementation that enhances LINQ to Objects with the method ZipLongest. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 2.0
-
.NETFramework 3.5
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MoreLinq.Source.MoreEnumerable.ZipLongest:
Package | Downloads |
---|---|
MoreLinq.Source.MoreEnumerable
C# source implementation 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, Pad, Pairwise, Pipe, Prepend, PreScan, Scan, SingleOrFallback, SkipUntil, Split, TakeEvery, TakeLast, TakeUntil, ToDataTable, ToDelimitedString, ToHashSet, Trace, Zip, ZipLongest |
GitHub repositories
This package is not used by any popular GitHub repositories.
Microsoft .NET Framework 2.0 support via LINQBridge