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

Determines the index of a specific item in the IList.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public int IndexOf(
	Object value
)

Parameters

value
Type: System..::.Object
The Object to locate in the IList.

Return Value

The index of value if found in the list; otherwise, -1.

Implements

IList..::.IndexOf(Object)

See Also