AvalonEdit
CopyTo Method (index, array, arrayIndex, count)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>CopyTo(Int32, array<T>[]()[][], Int32, Int32)
Copies the a part of the rope into the specified array. Runs in O(lg N + M).
Declaration Syntax
C#Visual BasicVisual C++
public void CopyTo(
	int index,
	T[] array,
	int arrayIndex,
	int count
)
Public Sub CopyTo ( _
	index As Integer, _
	array As T(), _
	arrayIndex As Integer, _
	count As Integer _
)
public:
void CopyTo(
	int index, 
	array<T>^ array, 
	int arrayIndex, 
	int count
)
Parameters
index (Int32)
array (array<T>[]()[][])
arrayIndex (Int32)
count (Int32)
Remarks
This method counts as a read access and may be called concurrently to other read accesses.

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