Mono Class Library: Overview

System.CharEnumerator: Members

The members of System.CharEnumerator are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Currentchar. Gets the element in the string over which the current instance is positioned.

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.

Explicitly Implemented Interface Members

[read-only]
IEnumerator.Currentobject. Implemented to support the IEnumerator interface. [Note: For more information, see IEnumerator.Current.]
IDisposable.DisposeDocumentation for this section has not yet been entered.