IHCollectionTRemoveAllTE Method Hazelcast .Net Client Class Library
Removes all of the elements in the specified collection from this collection.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax

bool RemoveAll<TE>(
	ICollection<TE> c
)

Parameters

c
Type: System.Collections.GenericICollectionTE
element collection to be removed

Type Parameters

TE
type of elements

Return Value

Type: Boolean
true if all removed, false otherwise.
See Also

Reference