Foley .NET Utilities Class Library

IList2.LastIndexOf Method 

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

Parameters

value
The object to locate in the list.

Return Value

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

See Also

IList2 Interface | IList2 Members | Foley.Utilities.Collections Namespace