Method UnionWith
UnionWith(IEnumerable<T>)
UnionWith
between internal hashset and other IEnumerable. Refresh List.
Declaration
public void UnionWith(IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | other | Enumerable to union with. |