AvalonEdit
GetEnumerator Method
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>GetEnumerator()()()()
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.
Declaration Syntax
C#Visual BasicVisual C++
public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
Remarks
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