Click or drag to resize
IEnumerator Interface
Supports a simple iteration over a nongeneric collection.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public interface IEnumerator

The IEnumerator type exposes the following members.

Methods
  NameDescription
Public methodMoveNext
Advances the enumerator to the next element of the collection.
Top
Properties
  NameDescription
Public propertyCurrent
Gets the current element in the collection.
Top
See Also