CharEnumerator: Clone |
Returns a clone of this instance of the enumerator.
Public Function Clone ( ) As CharEnumerator
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.