- Declared in: RT.Util.Collections.AutoDictionary<TKey, TValue>
- Implements: IDictionary<TKey, TValue>.this[TKey]
Declaration
TValue this[
TKey key
]
Summary
Gets or sets the element with the specified key. When getting a key that hasn't been set before, the key is
added to the dictionary with a value returned by the initializer as configured in the constructor.