ListAndSetTRemove Method (Object) |
Removes the first occurrence of a specific object from 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 Remove(
Object o
)
Public Function Remove (
o As Object
) As Boolean
Parameters
- o
- Type: SystemObject
The object to remove from the collection
Return Value
Type:
Booleantrue if removed
See Also