Enhanced C#
Language of your choice: library documentation
List of all members
Loyc.Collections.IMBinumerator< T > Interface Template Reference

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...


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

Remarks

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...