[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Determines the index of a specific item in the IList<(Of T>).

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Function IndexOf ( _
	item As T _
) As Integer
C#
public int IndexOf (
	T item
)
Visual C++
public:
virtual int IndexOf (
	T item
) sealed

Parameters

item
T type parameter of net.esper.compat.ReadOnlyList<(Of T>).
The object to locate in the IList<(Of T>).

Return Value

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