Click or drag to resize

DoubleDictionaryTKey, TKeySecondary, TValue Methods

The DoubleDictionaryTKey, TKeySecondary, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add a value with the given keys
Public methodCleanEmpty
Removes any primary keys that internally hold an empty secondary key dictionary
Public methodContainsKey(TKey)
Checks if the dictionary contains the given primary key
Public methodContainsKey(TKey, TKeySecondary)
Checks if the dictionary has a value stored with the given key pair
Public methodContainsValue
Checks the DoubleDictionary for a given value
Public methodGetEnumerator
Gets the iteration enumerator for each key,key,value set
Public methodRemove
Remove an element from the DoubleDictionary
Public methodSecondaryKeyCount
The number of secondary keys stored for a given primary key
Public methodTryGetValue
Try to get a value with the given keys
Public methodTryReverseLookup
Attempt to find a Key,Key pair for a given value
Top
See Also