.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Add the passed element value to the ILongArray and return the
index at which the element value was stored.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic virtual long Add(
Object value
)
Parameters
- value
- Type: SystemObject
The object to add to the ILongArray.
Return Value
Type:
Int64
The long index value at which the element value was stored.
Implements
ILongArrayAdd(Object)
See Also