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.
| C# | Visual Basic | Visual C++ |
public void AddRange( IEnumerable<T> newElements )
Public Sub AddRange ( _ newElements As IEnumerable(Of T) _ )
public: void AddRange( IEnumerable<T>^ newElements )
- newElements (IEnumerable<(Of <(<'T>)>)>)
| Exception | Condition |
|---|---|
| ArgumentNullException | newElements is null. |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238