Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
Com.Mission_Base.Pbl.AvlDictionary< TKey, TValue > | AvlDictionary<TKey,TValue> is an implementation of the generic IDictionary<TKey,TValue> interface based on an AVL-tree. The AvlDictionary<TKey,TValue> represents a collection of key/value pairs that are sorted on the key |
Com.Mission_Base.Pbl.AvlDictionary< TKey, TValue >.AvlDictionaryBaseEnumerator | Provides the common base functionality of all Enumerators used with an AvlDictionary<TKey,TValue> |
Com.Mission_Base.Pbl.AvlDictionary< TKey, TValue >.ValueCollection.Enumerator | Enumerates the elements of an AvlDictionary<TKey,TValue>.ValueCollection. This class cannot be inherited |
Com.Mission_Base.Pbl.AvlDictionary< TKey, TValue >.KeyCollection.Enumerator | Enumerates the elements of an AvlDictionary<TKey,TValue>.KeyCollection. This class cannot be inherited |
Com.Mission_Base.Pbl.AvlDictionary< TKey, TValue >.Enumerator | Enumerates the elements of an AvlDictionary<TKey,TValue> |
Com.Mission_Base.Pbl.AvlDictionary< TKey, TValue >.KeyCollection | Represents the collection of keys in an AvlDictionary<TKey,TValue>. This class cannot be inherited |
Com.Mission_Base.Pbl.AvlDictionary< TKey, TValue >.ValueCollection | Represents the collection of values in an AvlDictionary<TKey,TValue>. This class cannot be inherited |