ListAndSetTAdd Method (Object) |
Adds an object to the end of the collection
Namespace: JenevaAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public bool Add(
Object o
)
Public Function Add (
o As Object
) As Boolean
Parameters
- o
- Type: SystemObject
The object to be added to the end of the collection
Return Value
Type:
Booleantrue if added
See Also