AvalonEdit
GetRope Method
NamespacesICSharpCode.AvalonEdit.DocumentRopeTextSourceGetRope()()()()
Returns a clone of the rope used for this text source.
Declaration Syntax
C#Visual BasicVisual C++
public Rope<char> GetRope()
Public Function GetRope As Rope(Of Char)
public:
Rope<wchar_t>^ GetRope()
Remarks
RopeTextSource only publishes a copy of the contained rope to ensure that the underlying rope cannot be modified.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238