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.
TValue this[TKey key]: Gets or sets the value associated with the specified key.