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
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