Click or drag to resize

IHCollectionTRemoveAllTE Method

Removes all of the elements in the specified collection from this collection.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
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