AvalonEdit
AddText Method (rope, text)
NamespacesICSharpCode.AvalonEdit.UtilsCharRopeAddText(Rope<(Of <<'(Char>)>>), String)
Appends text to this rope. Runs in O(lg N + M).
Declaration Syntax
C#Visual BasicVisual C++
public static void AddText(
	this Rope<char> rope,
	string text
)
<ExtensionAttribute> _
Public Shared Sub AddText ( _
	rope As Rope(Of Char), _
	text As String _
)
public:
[ExtensionAttribute]
static void AddText(
	Rope<wchar_t>^ rope, 
	String^ text
)
Parameters
rope (Rope<(Of <(<'Char>)>)>)
text (String)
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Rope<(Of <(<'Char>)>)>. When you use instance method syntax to call this method, omit the first parameter.
Exceptions
ExceptionCondition
ArgumentNullExceptionnewElements is null.

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