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