When implemented by a class, determines the index of the last occurrence of the specific object in the list.
[Visual Basic]
Function LastIndexOf( _
ByVal value As Object _
) As Integer
The index of the last occurrence of the value if found in the list; otherwise, -1.
IList2 Interface | IList2 Members | Foley.Utilities.Collections Namespace