MoreLinq.Source.MoreEnumerable.ExceptBy
1.0.1
Prefix Reserved
dotnet add package MoreLinq.Source.MoreEnumerable.ExceptBy --version 1.0.1
NuGet\Install-Package MoreLinq.Source.MoreEnumerable.ExceptBy -Version 1.0.1
<PackageReference Include="MoreLinq.Source.MoreEnumerable.ExceptBy" Version="1.0.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add MoreLinq.Source.MoreEnumerable.ExceptBy --version 1.0.1
#r "nuget: MoreLinq.Source.MoreEnumerable.ExceptBy, 1.0.1"
// Install MoreLinq.Source.MoreEnumerable.ExceptBy as a Cake Addin #addin nuget:?package=MoreLinq.Source.MoreEnumerable.ExceptBy&version=1.0.1 // Install MoreLinq.Source.MoreEnumerable.ExceptBy as a Cake Tool #tool nuget:?package=MoreLinq.Source.MoreEnumerable.ExceptBy&version=1.0.1
C# source implementation that enhances LINQ to Objects with the method ExceptBy. Returns the set of elements in the first sequence which aren't in the second sequence, according to a given key selector.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MoreLinq.Source.MoreEnumerable.ExceptBy:
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.
This release marks just the package as being a development dependency.