IEnumerator Members
The following tables list the members exposed by the IEnumerator type.
Public Properties
Name | Description | |
---|---|---|
Current | Gets the current object in a specified collection. |
Public Methods
Name | Description | |
---|---|---|
MoveNext | Advances the enumerator to the next object in a specified collection. | |
Reset | Sets the enumerator to its initial position, immediately preceding the first object in a specified collection. |