Constructor ImmutableValueDictionary
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
ImmutableValueDictionary()
Initializes a new instance of the ImmutableValueDictionary<TKey, TValue> class that is empty.
public ImmutableValueDictionary()
ImmutableValueDictionary(IEnumerable<KeyValuePair<TKey, TValue>>)
Initializes a new instance of the ImmutableValueDictionary<TKey, TValue> class that contains elements copied from the specified collection.
public ImmutableValueDictionary(IEnumerable<KeyValuePair<TKey, TValue>> collection)
Parameters
collectionIEnumerable<KeyValuePair<TKey, TValue>>The collection whose elements are copied to the new dictionary.