AvalonEdit
RemoveRange Method (index, count)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>RemoveRange(Int32, Int32)
Removes a range of elements from the rope. Runs in O(lg N).
Declaration Syntax
C#Visual BasicVisual C++
public void RemoveRange(
	int index,
	int count
)
Public Sub RemoveRange ( _
	index As Integer, _
	count As Integer _
)
public:
void RemoveRange(
	int index, 
	int count
)
Parameters
index (Int32)
count (Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionoffset or length is outside the valid range.

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