| 
            
Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| # | ListChangedHandler (Object, ListChangedEventArgs) | 
     Event handler for the ListChanged event of the IEnumerable instance  | 
|
| + | LOGICAL MoveNext () | 
     Moves the enumerator to the next item  | 
|
| + | Reset () | 
     Resets the Enumerator (starts enumerating from the first item on)  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | IntegerDictionaryEnumerator (AblPrimitiveDictionary) | 
     Constructor for the DictionaryEnumerator class  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | INTEGER Current | 
     Returns the current item in the Dictionary  | 
|
| + | Consultingwerk.Framework.Base.AblPrimitiveDictionary Dictionary | 
     Returns the Dictionary enumerated by this ListEnumerator instance  | 
|
| + | LOGICAL ListChanged | 
     Returns if the Dictionary has changed and the Enumerator needs to be Reset()  | 
| 
         
            
                Top
                
            
         
        PROTECTED ListChangedHandler (Object, ListChangedEventArgs)
 
  | 
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC LOGICAL MoveNext ()
 
  | 
||||||||||||||||||||
        
        PUBLIC Reset ()
 
  | 
||||||||||||||||||||
        
        PUBLIC IntegerDictionaryEnumerator (AblPrimitiveDictionary)
 
  | 
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC INTEGER Current
 
  | 
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC Consultingwerk.Framework.Base.AblPrimitiveDictionary Dictionary
 
  | 
|||||||||||||
        
        PUBLIC LOGICAL ListChanged
 
  | 
|||||||||||||