Click or drag to resize

IHCollectionTAdd Method

Adds the specified item.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
bool Add(
	T item
)

Parameters

item
Type: T
The item.

Return Value

Type: Boolean
true if added, false otherwise.
See Also