Method Add
- Namespace
- Alternet.Scripter.Integration.AlternetUI
- Assembly
- Alternet.Scripter.Integration.AlternetUI.dll
Add(string)
Adds the specified string to the end of the text.
public void Add(string s)
Parameters
s
stringThe string to add. Cannot be null.