Members
Icon | Member | Description |
---|---|---|
AddRange(IEnumerable<(Of <<'(T>)>>)) |
Appends multiple elements to the end of this rope.
Runs in O(lg N + M), where N is the length of this rope and M is the number of new elements.
| |
AddRange(Rope<(Of <<'(T>)>>)) |
Appends another rope to the end of this rope.
Runs in O(lg N + lg M), plus a per-node cost as if newElements.Clone() was called.
| |
AddRange(array<T>[]()[][], Int32, Int32) |
Appends new elements to the end of 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