Table of Contents

Method RemoveRange

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

RemoveRange(IEnumerable<TKey>)

Removes the elements with the specified keys from the immutable dictionary.

IImmutableValueDictionary<TKey, TValue> RemoveRange(IEnumerable<TKey> keys)

Parameters

keys IEnumerable<TKey>

The keys of the elements to remove.

Returns

IImmutableValueDictionary<TKey, TValue>

A new immutable dictionary with the specified keys removed; or this instance if the specified keys cannot be found in the dictionary.