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