Click or drag to resize
ListAndSetTRemove Method (Object)
Removes the first occurrence of a specific object from 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 Remove(
	Object o
)

Parameters

o
Type: SystemObject
The object to remove from the collection

Return Value

Type: Boolean
true if removed
See Also