Click or drag to resize

IHCollectionTAddAllTE Method

Adds all.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
bool AddAll<TE>(
	ICollection<TE> c
)

Parameters

c
Type: System.Collections.GenericICollectionTE
element collection

Type Parameters

TE
type of elements

Return Value

Type: Boolean
true if this collection changed, false otherwise.
See Also