AvalonEdit
RemoveRange Method (index, count)
NamespacesICSharpCode.AvalonEdit.UtilsCompressingTreeList<(Of <(<'T>)>)>RemoveRange(Int32, Int32)
Removes count items starting at position index.
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)

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