Methods
- Clone() sealed Creates a copy of the current CharEnumerator object.
- Dispose() sealed Releases all resources used by the current instance of the CharEnumerator class.
-
Move
Next() sealed Increments the internal index of the current CharEnumerator object to the next character of the enumerated string. - Reset() sealed Initializes the index to a position logically before the first character of the enumerated string.
Properties
- Current sealed Gets the currently referenced character in the string enumerated by this CharEnumerator object.
-
System.
Collections. privatesealed Gets the currently referenced character in the string enumerated by this CharEnumerator object. For a description of this member, see Current.IEnumerator. Current