|
Enhanced C#
Language of your choice: library documentation
|
Adapter: a IBinumerator{T} that swaps the MoveNext() and MovePrev() methods. More...
Adapter: a IBinumerator{T} that swaps the MoveNext() and MovePrev() methods.
Public fields | |
| IBinumerator< T > | _e |
Properties | |
| T | Current [get] |
|
object System.Collections.IEnumerator. | Current [get] |
Public Member Functions | |
| ReverseBinumerator (IBinumerator< T > realEnumerator) | |
| bool | MovePrev () |
| bool | MoveNext () |
| void IDisposable. | Dispose () |
| void | Reset () |
1.8.7