CharEnumerator: MoveNext

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

Return Values

Boolean -  Indication if the move was successful.

See Also

Project CorLib Overview

Class CharEnumerator Overview