.net - Non-LINQ implementations of Union, Intersect, and Except -
linq objects has incredibly useful union
, intersect
, , except
methods. sadly, there's client i'm doing work , mandating .net 2.0 linq not option. looked through reflected code , didn't reverse @ all.
is there .net 2.0 library or easy implementation of union
, intersect
, , except
?
any reason not use linqbridge? linq objects goodness while still targeting .net 2.0 :)
Comments
Post a Comment