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