Click or drag to resize
ListAndSetTAdd Method (Object)
Adds an object to the end of the collection

Namespace: Jeneva
Assembly: 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
)

Parameters

o
Type: SystemObject
The object to be added to the end of the collection

Return Value

Type: Boolean
true if added
See Also