2 implementations of ExceptWith
System (1)
compmod\system\collections\generic\sortedset.cs (1)
1198
public void
ExceptWith
(IEnumerable<T> other) {
System.Core (1)
System\Collections\Generic\HashSet.cs (1)
532
public void
ExceptWith
(IEnumerable<T> other) {