Esempio n. 1
0
 /// <inheritdoc />
 public void ExceptWith(IEnumerable <TBase> other) => SetUtilities.ExceptWith(this, other);
Esempio n. 2
0
 /// <inheritdoc />
 public void ExceptWith(IEnumerable <T> other)
 {
     SetUtilities.ExceptWith(this, other);
 }