Method Add
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.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.