AvalonEdit
InsertRange Method (index, newElements)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>InsertRange(Int32, Rope<(Of <<'(T>)>>))
Inserts another rope into 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 InsertRange(
	int index,
	Rope<T> newElements
)
Public Sub InsertRange ( _
	index As Integer, _
	newElements As Rope(Of T) _
)
public:
void InsertRange(
	int index, 
	Rope<T>^ newElements
)
Parameters
index (Int32)
newElements (Rope<(Of <(<'T>)>)>)
Exceptions
ExceptionCondition
ArgumentNullExceptionnewElements is null.
ArgumentOutOfRangeExceptionindex or length is outside the valid range.

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