Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

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