Enhanced C#
Language of your choice: library documentation
|
A mutable bidirectional enumerator interface. Please note that the "Remove" method always moves to the next item, even though the Binumerator is capable of moving backward. More...
A mutable bidirectional enumerator interface. Please note that the "Remove" method always moves to the next item, even though the Binumerator is capable of moving backward.
Additional Inherited Members | |
Properties inherited from Loyc.Collections.IMEnumerator< T > | |
new T | Current [get, set] |
Gets or sets the value of the current item. More... | |
Public Member Functions inherited from Loyc.Collections.IBinumerator< T > | |
bool | MovePrev () |
Public Member Functions inherited from Loyc.Collections.IMEnumerator< T > | |
bool | Remove () |
Removes the current item and moves to the next one. Remember NOT to call MoveNext() immediately after Remove(). More... | |