Click or drag to resize

IHCollection<T>.AddAll<TE> Method

Adds all.

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

Parameters

c
Type: System.Collections.Generic.ICollection<TE>
element collection

Type Parameters

TE
type of elements

Return Value

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