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