Enhanced C#
Language of your choice: library documentation
Properties | Public Member Functions | List of all members
Loyc.Collections.EnumeratorBase< T > Class Template Referenceabstract

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


Source file:
Inheritance diagram for Loyc.Collections.EnumeratorBase< T >:

Remarks

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

Current [get, protected set]
 

Public Member Functions

abstract bool MoveNext ()
 
void Dispose ()
 
void Reset ()