ISet<T>.UnionWith(IEnumerable<T>) Method
Modifies the current set so that it contains all elements that are present in either the current set or the specified collection.
public procedure UnionWith(const other: IEnumerable<T>);
Parameters
- other
- Type: IEnumerable<T>
The collection to compare to the current set.
- Spring.EArgumentNullException
- other is nil.