, including all inherited members.
Clear() | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
ContainsEntry(TPrimaryKey primaryKey, TSecondaryKey secondaryKey, TValue value) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
ContainsEntry(CompositeKey< TPrimaryKey, TSecondaryKey > key, TValue value) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
ContainsKey(TPrimaryKey primaryKey, TSecondaryKey secondaryKey) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
ContainsKey(CompositeKey< TPrimaryKey, TSecondaryKey > key) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
ContainsPrimaryKeyValue(TPrimaryKey primaryKey, TValue value) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
ContainsSecondaryKeyValue(TSecondaryKey secondaryKey, TValue value) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
ContainsValue(TValue value) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
Count | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
CreateDictionary< T, TV >(int capacity) | Sharpility.Collections.HashCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline, protected, virtual] |
CreateDictionary< T, TV >() | Sharpility.Collections.HashCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline, protected, virtual] |
CreateList< T >(int capacity) | Sharpility.Collections.HashCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline, protected, virtual] |
CreateList< T >() | Sharpility.Collections.HashCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline, protected, virtual] |
CreateSet< T >() | Sharpility.Collections.HashCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline, protected, virtual] |
Entries | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Equals(object obj) (defined in Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue >) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
Get(CompositeKey< TPrimaryKey, TSecondaryKey > key) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
Get(TPrimaryKey primaryKey, TSecondaryKey secondaryKey) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
GetHashCode() (defined in Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue >) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
HashCompositeDictionary(int primaryKeyCapacity, int secondaryKeyCapacity) | Sharpility.Collections.HashCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
HashCompositeDictionary() | Sharpility.Collections.HashCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
IsEmpty | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
Keys | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
PrimaryKeyEntries(TPrimaryKey primaryKey) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
PrimaryKeys | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
PrimaryKeysCount | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
PrimaryKeyValues(TPrimaryKey primaryKey) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
Put(TPrimaryKey primaryKey, TSecondaryKey secondaryKey, TValue value) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
Put(CompositeKey< TPrimaryKey, TSecondaryKey > key, TValue value) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
PutAll(CompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > compositeDictionary) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
PutAll(IDictionary< TPrimaryKey, IDictionary< TSecondaryKey, TValue >> dictionary) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
Remove(TPrimaryKey primaryKey, TSecondaryKey secondaryKey) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
Remove(CompositeKey< TPrimaryKey, TSecondaryKey > key) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
RemoveByPrimaryKey(TPrimaryKey primaryKey) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
RemoveBySecondaryKey(TSecondaryKey secondaryKey) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
SecondaryKeyEntries(TSecondaryKey secondaryKey) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
SecondaryKeys | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
SecondaryKeyValues(TSecondaryKey secondaryKey) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
this[CompositeKey< TPrimaryKey, TSecondaryKey > key] | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |
ToDictionary() | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
ToString() (defined in Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue >) | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | [inline] |
Values | Sharpility.Collections.AbstractCompositeDictionary< TPrimaryKey, TSecondaryKey, TValue > | |