Retrieves an enumerator to iterate through the rope.
The enumerator will reflect the state of the rope from the GetEnumerator() call, further modifications
to the rope will not be visible to the enumerator.

C# | Visual Basic | Visual C++ |
public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public: virtual IEnumerator<T>^ GetEnumerator() sealed

This method counts as a read access and may be called concurrently to other read accesses.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238