IEnumerator : Method overview By inheritance
IEnumerator
| Member | Visibility | Description |
|---|---|---|
| GetCurrent | default | Returns the current element in the iteration cycle |
| MoveNext | default | Move to the next value |
| Reset | default | Reset the pointer |
| Member | Visibility | Description |
|---|---|---|
| GetCurrent | default | Returns the current element in the iteration cycle |
| MoveNext | default | Move to the next value |
| Reset | default | Reset the pointer |