2 references to ExceptIterator
System.Linq (2)
System\Linq\Except.cs (2)
22
return
ExceptIterator
(first, second, null);
37
return
ExceptIterator
(first, second, comparer);