class TextElementEnumerator
in global :: System . Globalization
Enumerates the text elements of a string.
public object Current { get; }
Gets the current text element in the string.
- Returns An object containing the current text element in the string.
public int ElementIndex { get; }
Gets the index of the text element that the enumerator is currently positioned over.
- Returns The index of the text element that the enumerator is currently positioned over.
public bool MoveNext( )
😔 No documentation found.
public string GetTextElement( )
😔 No documentation found.
public void Reset( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.