Click or drag to resize

LongSortedListAdd Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntax
C#
public 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