When implemented by a class, determines the index of the last occurrence of the specified Object in the list.
[Visual Basic]
MustOverride Public Function LastIndexOf( _
ByVal value As Object _
) As Integer Implements _
IList2.LastIndexOf
The zero-based index of the last occurrence of the value in the list, if found; otherwise, -1.
List2Base Class | List2Base Members | Foley.Utilities.Collections Namespace