AvalonEdit
CopyTo Method (array, arrayIndex)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>CopyTo(array<T>[]()[][], Int32)
Copies the whole content of the rope into the specified array. Runs in O(N).
Declaration Syntax
C#Visual BasicVisual C++
public void CopyTo(
	T[] array,
	int arrayIndex
)
Public Sub CopyTo ( _
	array As T(), _
	arrayIndex As Integer _
)
public:
virtual void CopyTo(
	array<T>^ array, 
	int arrayIndex
) sealed
Parameters
array (array<T>[]()[][])
arrayIndex (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