Appends the item at the end of the rope.
Runs in O(lg N).
Declaration Syntax
C# | Visual Basic | Visual 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