| IHCollectionTAdd Method |
Adds the specified item.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax Function Add (
item As T
) As Boolean
abstract Add :
item : 'T -> bool
Parameters
- item
- Type: T
The item.
Return Value
Type:
Booleantrue if added,
false otherwise.
See Also