Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public fields | Public Member Functions | List of all members
Loyc.Collections.ReverseBinumerator< T > Struct Template Reference

Adapter: a IBinumerator{T} that swaps the MoveNext() and MovePrev() methods. More...


Source file:
Inheritance diagram for Loyc.Collections.ReverseBinumerator< T >:
Loyc.Collections.IBinumerator< T >

Remarks

Adapter: a IBinumerator{T} that swaps the MoveNext() and MovePrev() methods.

Public fields

IBinumerator< T > _e
 
Current => _e.Current
 
object
System.Collections.IEnumerator. 
Current => _e.Current
 

Public Member Functions

 ReverseBinumerator (IBinumerator< T > realEnumerator)
 
bool MovePrev ()
 
bool MoveNext ()
 
void IDisposable. Dispose ()
 
void Reset ()