Removes all of the elements in the specified collection from this collection.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- c
- Type: System.Collections.GenericICollectionT
element collection to be removed
Type Parameters
- T
- type of elements
Return Value
Type: Booleantrue if all removed, false otherwise.
See Also