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.
Declaration Syntax
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 )
Parameters
- newElements (IEnumerable<(Of <(<'T>)>)>)
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | newElements is null. |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238