CharEnumerator: 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.
Public Function MoveNext ( ) As Boolean