Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Class: RT.Util.Collections.AutoDictionary<TKey1, TKey2, TKey3, TValue>- Assembly: RT.Util.Core, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
- Namespace: RT.Util.Collections
- Show inherited types...
- Show implemented interfaces...
Implements: - System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey1, RT.Util.Collections.AutoDictionary<TKey2, RT.Util.Collections.AutoDictionary<TKey3, TValue>>>>
- System.Collections.Generic.IDictionary<TKey1, RT.Util.Collections.AutoDictionary<TKey2, RT.Util.Collections.AutoDictionary<TKey3, TValue>>>
- System.Collections.IEnumerable
- System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey1, RT.Util.Collections.AutoDictionary<TKey2, RT.Util.Collections.AutoDictionary<TKey3, TValue>>>>
SummaryImplements a three-level AutoDictionary<TKey, TValue>. Generic type parametersTKey1 | This type parameter is not documented. | TKey2 | This type parameter is not documented. | TKey3 | This type parameter is not documented. | TValue | This type parameter is not documented. |
ConstructorsInstance methodsvoid | | Equivalent to the same method in Dictionary<TKey, TValue>. | void | | bool | | bool | | Dictionary<TKey, TValue>.Enumerator | | void | | void | | bool | | bool | |
Instance propertiesIEqualityComparer<TKey1> | | Equivalent to the same property in Dictionary<TKey, TValue>. | int | | AutoDictionary<TKey2, AutoDictionary<TKey3, TValue>> | |
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. | Dictionary<TKey, TValue>.KeyCollection | | Equivalent to the same property in Dictionary<TKey, TValue>. | Dictionary<TKey, TValue>.ValueCollection | |
|