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