Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Determines the index of a specific item in the IList.

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

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