Tidro / linqbridge

Automatically exported from code.google.com/p/linqbridge
Other
0 stars 0 forks source link

Distinct Overload Missing #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
For an IEnumerable<TSource> collection, the overloaded 'Distinct' method 
providing a key selector is missing.

What is the expected output? What do you see instead?
I expect to see the overloaded method. I only see the parameterless one.

I was using the svn latest code.

I've attached an svn patch file including changes that should add the 
functionality or at least convey the intent.

Thanks! This is a great idea.

Original issue reported on code.google.com by jsmar...@gmail.com on 6 Oct 2008 at 1:57

Attachments:

GoogleCodeExporter commented 9 years ago
@jsmarble: I've reviewed the patch and minimized it to the essentials since 
there was 
a lot of change noise caused by only differences in whitespace and style.

Original comment by azizatif on 6 Oct 2008 at 5:15

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r4.

Original comment by azizatif on 6 Oct 2008 at 5:17