Therefore API > API Reference > Classes > TheObjectList > Methods
Add
Adds the specified object to the list.
Namespace: Therefore.API
Visual Basic
Public Overridable Function Add ( _
vValue As Object _
)
C#
public virtual void Add (
object vValue
vValue
Object to be added.
None.