CollectionUtilsRemove Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Removes an element from the specified collection.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static bool Remove(
ICollection col,
Object obj
)
Parameters
- col
- Type: System.CollectionsICollection
Collection from which the element should be removed.
- obj
- Type: SystemObject
Object to remove.
Return Value
Type:
Booleantrue if the element was removed,
false otherwise.
Remarks
See Also