Com.Mission_Base.Pbl.AvlDictionary< TKey, TValue >.Enumerator Class Reference

Enumerates the elements of an AvlDictionary<TKey,TValue>. More...

List of all members.

Public Member Functions

 Enumerator (AvlDictionary< TKey, TValue > dictionary)
 Creates a new enumerator of the AvlDictionary<TKey,TValue>.

Properties

KeyValuePair< TKey, TValue > Current [get]
 Gets the element at the current position of the enumerator.

Detailed Description

template<TKey, TValue>
class Com::Mission_Base::Pbl::AvlDictionary< TKey, TValue >::Enumerator

Enumerates the elements of an AvlDictionary<TKey,TValue>.


Constructor & Destructor Documentation

template<TKey , TValue >
Com.Mission_Base.Pbl.AvlDictionary< TKey, TValue >.Enumerator.Enumerator ( AvlDictionary< TKey, TValue >  dictionary  ) 

Creates a new enumerator of the AvlDictionary<TKey,TValue>.

Parameters:
dictionary The AvlDictionary<TKey,TValue> the enumerator is created for.

Property Documentation

template<TKey , TValue >
KeyValuePair<TKey, TValue> Com.Mission_Base.Pbl.AvlDictionary< TKey, TValue >.Enumerator.Current [get]

Gets the element at the current position of the enumerator.

Returns:
The KeyValuePair<TKey, TValue> in the AvlDictionary<TKey,TValue> at the current position of the enumerator.

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

Generated on Thu Nov 26 15:25:33 2009 for AvlDictionary by  doxygen 1.6.1