Method UnionWith
UnionWith(Collections.Generic.IEnumerable<T>)
Modifies the current TreeSet<T> object to contain all elements that are present in itself, the specified collection, or both.
Declaration
public void UnionWith(Collections.Generic.IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | other |