/// <inheritdoc />
 public void IntersectWith(IEnumerable <TBase> other) => SetUtilities.IntersectWith(this, other);
Exemple #2
0
 /// <inheritdoc />
 public void IntersectWith(IEnumerable <T> other)
 {
     SetUtilities.IntersectWith(this, other);
 }