The members of System.CharEnumerator are listed below.
See Also: Inherited members from System.Object
Public Properties
[read-only] | Current | char. Gets the element in the string over which the current instance is
positioned. |
Public Methods
| Clone() : objectCreates a copy of the current instance. |
| MoveNext() : boolAdvances 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. |
Explicitly Implemented Interface Members