System.Globalization.TextElementEnumerator Members

The members of System.Globalization.TextElementEnumerator are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Currentobject.

Gets the current text element in the string.

[read-only]
ElementIndexint.

Gets the index of the text element that the enumerator is currently positioned over.

Public Methods

GetTextElement() : string

Gets the current text element in the string.

MoveNext() : bool

Advances the enumerator to the next text element of the string.

Reset()

Sets the enumerator to its initial position, which is before the first text element in the string.