Method Remove
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Remove(T)
Creates a new ImmutableValueSet<T> with the specified item removed.
public ImmutableValueSet<T> Remove(T value)
Parameters
valueTThe item to remove.
Returns
- ImmutableValueSet<T>
A new set with the item removed, or the same set if the item was not found.