Method Union
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Union(IEnumerable<T>)
Creates a new ImmutableValueSet<T> that is the union of this set and the specified collection.
public ImmutableValueSet<T> Union(IEnumerable<T> other)
Parameters
otherIEnumerable<T>The collection to union with.
Returns
- ImmutableValueSet<T>
A new set containing all elements from both this set and the specified collection.