A few questions on Stack Overflow have suggested to me that there might be some bits missing from LINQ to Objects. There's the idea of a "zip" operator, which pairs up two sequences, for instance. Or the ability to apply the set operators with projections, e.g. DistinctBy
, IntersectBy
etc (mirroring OrderBy
). They're easy to implement, but it would be nice to get a list of what people would like to see.
So, what's missing?
Source Click Here.
No comments:
Post a Comment
Post your comments here: