AvalonEdit
Rope<(Of <(<'T>)>)> Constructor (array, arrayIndex, count)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>Rope<(Of <(<'T>)>)>(array<T>[]()[][], Int32, Int32)
Creates a rope from a part of the array. This operation runs in O(N).
Declaration Syntax
C#Visual BasicVisual C++
public Rope(
	T[] array,
	int arrayIndex,
	int count
)
Public Sub New ( _
	array As T(), _
	arrayIndex As Integer, _
	count As Integer _
)
public:
Rope(
	array<T>^ array, 
	int arrayIndex, 
	int count
)
Parameters
array (array<T>[]()[][])
arrayIndex (Int32)
count (Int32)
Exceptions
ExceptionCondition
ArgumentNullExceptioninput is null.

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