Add(K primaryKey, V val) | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
Add(K primaryKey, L subKey, V val) | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
Associate(L subKey, K primaryKey) | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
Clear() | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
ClonePrimaryKeys() | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
CloneSubKeys() | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
CloneValues() | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
ContainsKey(L subKey) | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
ContainsKey(K primaryKey) | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
Count | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
GetEnumerator() | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
Remove(K primaryKey) | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
Remove(L subKey) | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
this[K primaryKey] | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
this[L subKey] | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
TryGetValue(L subKey, out V val) | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
TryGetValue(K primaryKey, out V val) | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |
Values | ff14bot.Helpers.MultiKeyDictionary< K, L, V > | |