Determines the index of the last occurrence of the specific Object in the LinkedList.
[Visual Basic]
Overrides Public Function LastIndexOf( _
ByVal value As Object _
) As Integer Implements _
IList2.LastIndexOf
The index of the last occurrence of the value if found in the LinkedList; otherwise, -1.
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace