When implemented by a class, searches for the specified Object and returns the zero-based index of the first occurrence within the list.
[Visual Basic]
MustOverride Public Function IndexOf( _
ByVal value As Object _
) As Integer Implements _
IList.IndexOf
The zero-based index of the first occurrence of Object within the list, if found; otherwise, -1.
List2Base Class | List2Base Members | Foley.Utilities.Collections Namespace