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

LazyListGeneric<T>.IndexOf Method 

Determines the index of a specific item in the IList`1.

[Visual Basic]
NotOverridable Public Function IndexOf( _
   ByVal LazyListGeneric<T>.T As `0 _
) As Integer _
    Implements IList<T>.
[C#]
public int IndexOf(
   LazyListGeneric<T>.T item
);

Parameters

item
The object to locate in the IList`1.

Return Value

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

Implements

IList<T>.

See Also

LazyListGeneric<T> Class | IBatisNet.DataMapper.Proxy Namespace