Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
long Add(
	Object value
)

Parameters

value
Type: System..::..Object
The object to add to the ILongArray.

Return Value

The long index value at which the element value was stored.

See Also