StringSegment.GetEnumerator method

Returns an enumerator that iterates through the characters of the string segment.

public IEnumerator<char> GetEnumerator()

Return Value

A IEnumerator that can be used to iterate through the characters of the string segment.

See Also