Method UnionWith
UnionWith(IEnumerable<TValue>)
Modifies the current set to contain all items that are present in the set, the specified collection, or both.
Declaration
public void UnionWith(IEnumerable<TValue> other)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<TValue> | other |