Method Except
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Except(IEnumerable<T>)
Creates a new ImmutableValueSet<T> that contains elements in this set but not in the specified collection.
public ImmutableValueSet<T> Except(IEnumerable<T> other)
Parameters
otherIEnumerable<T>The collection to except.
Returns
- ImmutableValueSet<T>
A new set containing elements present in this set but not in the specified collection.