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.
Declaration Syntax
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | newElements is null. |
ArgumentOutOfRangeException | index or length is outside the valid range. |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238