iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

LazyList.IndexOf Method 

Determines the index of a specific item in the IList.

[Visual Basic]
NotOverridable Public Function IndexOf( _
   ByVal Object As Object _
) As Integer _
    Implements IList.
[C#]
public int IndexOf(
   Object value
);

Parameters

value
The Object to locate in the IList.

Return Value

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

Implements

IList.

See Also

LazyList Class | IBatisNet.DataMapper.Proxy Namespace