Mono Class Library: Overview

System.CharEnumerator: Method Members

The methods of System.CharEnumerator are listed below. For a list of all members, see the CharEnumerator Members list.

See Also: Inherited members from System.Object

Public Methods

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.