Method Clear
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Clear()
Retrieves an empty dictionary that has the same ordering and key/value comparison rules as this dictionary instance.
IImmutableValueDictionary<TKey, TValue> Clear()
Returns
- IImmutableValueDictionary<TKey, TValue>
An empty dictionary with equivalent ordering and key/value comparison rules.