Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Collections.IBinumerator< T > Interface Template Reference

Extends the "enumerator" concept to allow backward enumeration. More...


Source file:
Inheritance diagram for Loyc.Collections.IBinumerator< T >:
Loyc.Collections.AListBase< K, T >.Enumerator Loyc.Collections.IMBinumerator< T > Loyc.Collections.ReverseBinumerator< T >

Remarks

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 ()