Method Remove
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Remove(TKey)
Creates a new ImmutableValueDictionary<TKey, TValue> with the specified key removed.
public ImmutableValueDictionary<TKey, TValue> Remove(TKey key)
Parameters
keyTKeyThe key to remove.
Returns
- ImmutableValueDictionary<TKey, TValue>
A new dictionary with the key removed, or the same dictionary if the key was not found.