Method Add
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Add(string)
Adds a new item to the end of string collection.
public virtual void Add(string item)
Parameters
item
stringString to be added to the end of the collection.