- Admin
- #1
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
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