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.

Remarks

See Also

Project VBCorLib Overview Class CharEnumerator Overview CharEnumerator Properties CharEnumerator Methods IObject Reset