The members of System.Collections.IEnumerator are listed below.
Public Properties
[read-only] | Current | object. Gets the element in the collection over which the current instance is positioned. |
Public Methods
| MoveNext() : boolAdvances the current instance to the next element of the collection. |
| Reset() Positions the enumerator immediately before
the first element in the collection. |