Method RemoveRange
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
RemoveRange(IEnumerable<TKey>)
Creates a new ImmutableValueDictionary<TKey, TValue> with the specified keys removed.
public ImmutableValueDictionary<TKey, TValue> RemoveRange(IEnumerable<TKey> keys)
Parameters
keysIEnumerable<TKey>The keys to remove.
Returns
- ImmutableValueDictionary<TKey, TValue>
A new dictionary with the keys removed.