|
Enhanced C#
Loyc 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 |
| T | 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 () |
1.8.7