Supports a simple iteration over a nongeneric collection.
Namespace: System.CollectionsAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntaxpublic interface IEnumerator
The IEnumerator type exposes the following members.
Methods
| Name | Description |
---|
 | MoveNext | Advances the enumerator to the next element of the collection. |
Top
Properties
| Name | Description |
---|
 | Current | Gets the current element in the collection. |
Top
See Also