IHCollectionTAdd Method Hazelcast .Net Client Class Library
Adds the specified item.

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

bool Add(
	T item
)

Parameters

item
Type: T
The item.

Return Value

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

Reference