Returns the zero-based index of the first occurrence of a value in the SupplementList or in a portion of it.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual int IndexOf(
	Object item
)
Visual Basic
Public Overridable Function IndexOf ( _
	item As Object _
) As Integer
Visual C++
public:
virtual int IndexOf(
	Object^ item
)

Parameters

item
Type: System..::..Object
The Object to locate in the SupplementList.

Return Value

The zero-based index of the first occurrence of item within the entire SupplementList, if found; otherwise, -1.

Implements

IList..::..IndexOf(Object)

See Also