AvalonEdit
AddRange Method (newElements)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>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.
Declaration Syntax
C#Visual BasicVisual C++
public void AddRange(
	Rope<T> newElements
)
Public Sub AddRange ( _
	newElements As Rope(Of T) _
)
public:
void AddRange(
	Rope<T>^ newElements
)
Parameters
newElements (Rope<(Of <(<'T>)>)>)
Exceptions
ExceptionCondition
ArgumentNullExceptionnewElements is null.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238