More LINQ Madness

AWS

Staff member
Jan 10, 2007
Florida
I had a need for something like this today, thought I'd post it as a puzzle-

Using LINQ, select the members of set A that are not in set B:

*** var setA = newList() { "a", "c", "e", "b", "d", "f" }
*** var setB = newList() { "f", "c", "a" }

:)

I have a solution that I'll post later.



More...

View All Our Microsft Related Feeds
 
Back
Top Bottom