Enhanced C#
Language of your choice: library documentation
|
Extends the "enumerator" concept to allow backward enumeration. More...
Extends the "enumerator" concept to allow backward enumeration.
When MoveNext() returns false, indicating that there are no more elements, you can still call MovePrev() to go back to the previous element.
Public Member Functions | |
bool | MovePrev () |