AvalonEdit
RemoveAt Method (index)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>RemoveAt(Int32)
Removes a single item from the rope. Runs in O(lg N).
Declaration Syntax
C#Visual BasicVisual C++
public void RemoveAt(
	int index
)
Public Sub RemoveAt ( _
	index As Integer _
)
public:
virtual void RemoveAt(
	int index
) sealed
Parameters
index (Int32)

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