Click or drag to resize

BiDictionaryTFirst, TSecond Methods

The BiDictionaryTFirst, TSecond generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Tries to add a pair to the dictionary.
Public methodClear
Removes all items from the dictionary.
Public methodGet(TFirst)
Find the TSecond corresponding to a TFirst.
Public methodGet(TSecond)
Find the TFirst corresponding to a TSecond.
Public methodRemove(TFirst)
Remove the pair corresponding to a TFirst.
Public methodRemove(TSecond)
Remove the pair corresponding to a TSecond.
Public methodTryAdd
Tries to add the pair to the dictionary.
Public methodTryGet(TFirst, TSecond)
Find the TSecond corresponding to the TFirst.
Public methodTryGet(TSecond, TFirst)
Find the TFirst corresponding to the TSecond.
Public methodTryRemove(TFirst)
Remove the pair containing a TFirst, if there is one.
Public methodTryRemove(TSecond)
Remove the pair containing a TSecond, if there is one.
Top
See Also