Пример #1
0
 public virtual void ExceptWith(IEnumerable <T> other)
 {
     foreach (var item in other)
     {
         _bTree.Remove(item);
     }
 }