Members
Icon | Member | Description |
---|---|---|
InsertRange(Int32, Rope<(Of <<'(T>)>>)) |
Inserts another rope into this rope.
Runs in O(lg N + lg M), plus a per-node cost as if newElements.Clone() was called.
| |
InsertRange(Int32, IEnumerable<(Of <<'(T>)>>)) |
Inserts new elemetns into this rope.
Runs in O(lg N + M), where N is the length of this rope and M is the number of new elements.
| |
InsertRange(Int32, array<T>[]()[][], Int32, Int32) |
Inserts new elements into this rope.
Runs in O(lg N + M), where N is the length of this rope and M is the number of new elements.
|
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238