Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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.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 ()