AvalonEdit
GetRange Method (index, count)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>GetRange(Int32, Int32)
Creates a new rope and initializes it with a part of this rope. Runs in O(lg N) plus a per-node cost as if this.Clone() was called.
Declaration Syntax
C#Visual BasicVisual C++
public Rope<T> GetRange(
	int index,
	int count
)
Public Function GetRange ( _
	index As Integer, _
	count As Integer _
) As Rope(Of T)
public:
Rope<T>^ GetRange(
	int index, 
	int count
)
Parameters
index (Int32)
count (Int32)
Remarks
This method counts as a read access and may be called concurrently to other read accesses.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionoffset or length is outside the valid range.

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