AvalonEdit
SetRange Method (index, array, arrayIndex, count)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>SetRange(Int32, array<T>[]()[][], Int32, Int32)
Copies a range of the specified array into the rope, overwriting existing elements. Runs in O(lg N + M).
Declaration Syntax
C#Visual BasicVisual C++
public void SetRange(
	int index,
	T[] array,
	int arrayIndex,
	int count
)
Public Sub SetRange ( _
	index As Integer, _
	array As T(), _
	arrayIndex As Integer, _
	count As Integer _
)
public:
void SetRange(
	int index, 
	array<T>^ array, 
	int arrayIndex, 
	int count
)
Parameters
index (Int32)
array (array<T>[]()[][])
arrayIndex (Int32)
count (Int32)

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