Returns an enumerator that iterates through the characters of the string segment.
public IEnumerator<char> GetEnumerator()
A IEnumerator that can be used to iterate through the characters of the string segment.