CharEnumerator: Clone

Clone

Returns a clone of this instance of the enumerator.



 Public Function Clone ( ) As CharEnumerator

Return Values

CharEnumerator -  A clone of the CharEnumerator.

Remarks

The cloned enumerator will begin enumerating at the location the original enumerator was at when the clone was created.

The original string will always be copied when a clone is created.

See Also

Project CorLib Overview

Class CharEnumerator Overview