, including all inherited members.
Clear() | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
ContainsEntry(TPrimaryKey primaryKey, TSecondaryKey secondaryKey, TValue value) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
ContainsEntry(CompositeKey< TPrimaryKey, TSecondaryKey > key, TValue value) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
ContainsKey(TPrimaryKey primaryKey, TSecondaryKey secondaryKey) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
ContainsKey(CompositeKey< TPrimaryKey, TSecondaryKey > key) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
ContainsPrimaryKeyValue(TPrimaryKey primaryKey, TValue value) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
ContainsSecondaryKeyValue(TSecondaryKey secondaryKey, TValue value) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
ContainsValue(TValue value) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Count | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Entries | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Get(CompositeKey< TPrimaryKey, TSecondaryKey > key) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Get(TPrimaryKey primaryKey, TSecondaryKey secondaryKey) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
IsEmpty | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Keys | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
PrimaryKeyEntries(TPrimaryKey primaryKey) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
PrimaryKeys | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
PrimaryKeysCount | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
PrimaryKeyValues(TPrimaryKey primaryKey) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Put(TPrimaryKey primaryKey, TSecondaryKey secondaryKey, TValue value) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Put(CompositeKey< TPrimaryKey, TSecondaryKey > key, TValue value) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
PutAll(CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > compositeDictionary) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
PutAll(IDictionary< TPrimaryKey, IDictionary< TSecondaryKey, TValue >> dictionary) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Remove(TPrimaryKey primaryKey, TSecondaryKey secondaryKey) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Remove(CompositeKey< TPrimaryKey, TSecondaryKey > key) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
RemoveByPrimaryKey(TPrimaryKey primaryKey) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
RemoveBySecondaryKey(TSecondaryKey secondaryKey) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
SecondaryKeyEntries(TSecondaryKey secondaryKey) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
SecondaryKeys | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
SecondaryKeyValues(TSecondaryKey secondaryKey) | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
this[CompositeKey< TPrimaryKey, TSecondaryKey > key] | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
ToDictionary() | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Values | Sharpility.Collections.CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |