Maria GDK 4.7.0.84
Documentation of managed code in develop branch
Loading...
Searching...
No Matches
TPG.Utils.TwoWayDictionary< key, value > Class Template Reference
Inheritance diagram for TPG.Utils.TwoWayDictionary< key, value >:

Public Member Functions

IEnumerator< KeyValuePair< key, value > > GetEnumerator ()
 
IEnumerator< KeyValuePair< value, key > > RGetEnumerator ()
 
void Add (KeyValuePair< key, value > item)
 
void Clear ()
 
bool Contains (KeyValuePair< key, value > item)
 
void CopyTo (KeyValuePair< key, value >[] array, int arrayIndex)
 
bool Remove (KeyValuePair< key, value > item)
 
bool ContainsKey (key key)
 
bool RContainsKey (value valueAsKey)
 
void Add (key key, value value)
 
bool Remove (key key)
 
bool TryGetValue (key key, out value value)
 
bool RTryGetValue (value valueAsKey, out key keyAsValue)
 
bool CheckConsistency ()
 

Properties

int Count [get]
 
bool IsReadOnly [get]
 
value this[key key] [get, set]
 
ICollection< key > Keys [get]
 
ICollection< value > Values [get]
 

The documentation for this class was generated from the following file: