Пример #1
0
 public void ExceptWith(IEnumerable <T> other)
 {
     Extensions.ExceptWith(this, other);
 }