| Clone |
Returns a clone of this instance of the enumerator.
|
| Equals |
Returns a boolean indicating if the value and this object
instance are the same instance.
|
| GetHashCode |
Returns a pseudo-unique number identifying this instance.
|
| MoveNext |
Requests the enumerator moves to the next item being enumerated.
Returns True on success, False otherwise. This is called prior
to Current. If this is successful, Current will be called.
|
| Reset |
Requests the enumerator resets itself to begin enumerating from the beginning.
|
| ToString |
Returns a string representation of this object instance.
|