Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual 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.

Implements

ILongArray..::.Add(Object)

See Also