MoreLinq.Source.MoreEnumerable.DistinctBy
1.0.2
Prefix Reserved
dotnet add package MoreLinq.Source.MoreEnumerable.DistinctBy --version 1.0.2
NuGet\Install-Package MoreLinq.Source.MoreEnumerable.DistinctBy -Version 1.0.2
<PackageReference Include="MoreLinq.Source.MoreEnumerable.DistinctBy" Version="1.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add MoreLinq.Source.MoreEnumerable.DistinctBy --version 1.0.2
#r "nuget: MoreLinq.Source.MoreEnumerable.DistinctBy, 1.0.2"
// Install MoreLinq.Source.MoreEnumerable.DistinctBy as a Cake Addin #addin nuget:?package=MoreLinq.Source.MoreEnumerable.DistinctBy&version=1.0.2 // Install MoreLinq.Source.MoreEnumerable.DistinctBy as a Cake Tool #tool nuget:?package=MoreLinq.Source.MoreEnumerable.DistinctBy&version=1.0.2
C# source implementation that enhances LINQ to Objects with the method DistinctBy. Returns all distinct elements of the given source, where "distinctness" is determined via a projection and the default eqaulity comparer for the projected type.
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.DistinctBy:
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.