#include <dotnetstl/collections/object_enumerators.hpp>
Public Member Functions | |
| ArrayListEnumerator (System::Collections::ArrayList *objects) | |
| Creates an enumerator for the given list. | |
| Object * | get_Current () |
| Returns the current object. | |
| bool | MoveNext () |
| Advances the search by one position. | |
| void | Reset () |
| Resets the enumeration. | |
| ArrayListEnumerator | ( | System::Collections::ArrayList * | objects | ) | [inline] |
Creates an enumerator for the given list.
| Object* get_Current | ( | ) | [inline] |
Returns the current object.
| bool MoveNext | ( | ) | [inline] |
Advances the search by one position.
| true | An object is available at the new position | |
| false | The enumeration is complete |
| void Reset | ( | ) | [inline] |
Resets the enumeration.
1.5.6