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 fields | Properties | 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
 

Properties

Current [get]
 
object
System.Collections.IEnumerator. 
Current [get]
 

Public Member Functions

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