|
Enhanced C#
Language of your choice: library documentation
|
Base class to help you implement the standard IEnumerator{T} interface. All you have to do is override MoveNext() and, when successful, set the Current property. More...
Base class to help you implement the standard IEnumerator{T} interface. All you have to do is override MoveNext() and, when successful, set the Current property.
Properties | |
| T | Current [get, set] |
Public Member Functions | |
| abstract bool | MoveNext () |
| void | Dispose () |
| void | Reset () |
1.8.7