Add |
Scroll |
Adds the specified string to the list.
Namespace: Therefore.API
Visual Basic Public Overridable Function Add ( _ str As String _ ) C# public virtual void Add ( string str )
Parametersstr String to be added to the list.
Return ValueNone. |