Table of Contents

Method Remove

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Remove(TKey)

Removes the element with the specified key from the immutable dictionary.

IImmutableValueDictionary<TKey, TValue> Remove(TKey key)

Parameters

key TKey

The key of the element to remove.

Returns

IImmutableValueDictionary<TKey, TValue>

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