Foley .NET Utilities Class Library

LinkedList.LastIndexOf Method 

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
[C#]
public override int LastIndexOf(
   object value
);

Parameters

value
The Object to locate in the LinkedList.

Return Value

The index of the last occurrence of the value if found in the LinkedList; otherwise, -1.

Implements

IList2.LastIndexOf

See Also

LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace