AvalonEdit
Clone Method
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>Clone()()()()
Clones the rope. This operation runs in linear time to the number of rope nodes touched since the last clone was created. If you count the per-node cost to the operation modifying the rope (doing this doesn't increase the complexity of the modification operations); the remainder of Clone() runs in O(1).
Declaration Syntax
C#Visual BasicVisual C++
public Rope<T> Clone()
Public Function Clone As Rope(Of T)
public:
Rope<T>^ Clone()
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