 | LinkedHashSetTRemove Method |
Removes the first occurrence of a specific object from the
ICollectionT.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic bool Remove(
T item
)
Parameters
- item
- Type: T
The object to remove from the ICollectionT.
Return Value
Type:
Boolean
true if item was successfully removed from the
ICollectionT; otherwise, false. This method also returns false if item is not found in the original
ICollectionT.
Exceptions
See Also