DefaultDictionary

November 14, 2020 ยท View on GitHub

Inherits: Dictionary<TKey, TValue>

Represents a collection of keys and values that handles the creation of a default value if the requested key is not currently present.


Properties

TValue this[TKey key]: Gets or sets the value associated with the specified key.