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