AvalonEdit
Add Method (item)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>Add(T)
Appends the item at the end of the rope. Runs in O(lg N).
Declaration Syntax
C#Visual BasicVisual C++
public void Add(
	T item
)
Public Sub Add ( _
	item As T _
)
public:
virtual void Add(
	T item
) sealed
Parameters
item (T)

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