AvalonEdit
ToArray Method (startIndex, count)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>ToArray(Int32, Int32)
Creates an array and copies the contents of the rope into it. Runs in O(N).
Declaration Syntax
C#Visual BasicVisual C++
public T[] ToArray(
	int startIndex,
	int count
)
Public Function ToArray ( _
	startIndex As Integer, _
	count As Integer _
) As T()
public:
array<T>^ ToArray(
	int startIndex, 
	int count
)
Parameters
startIndex (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