The members of System.CharEnumerator are listed below.
See Also: Inherited members from System.Object
Clone() : object Creates a copy of the current instance.MoveNext() : bool Advances the current instance to the next element of the string if and only if the current instance is not already placed beyond the final element of the string.Reset() Repositions the current instance to its initial position, immediately before the first character in the string.
[read-only] IEnumerator.Current object. Implemented to support the IEnumerator interface. [Note: For more information, see IEnumerator.Current.] IDisposable.Dispose Documentation for this section has not yet been entered.