Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int LastIndexOf(T)

Declaration

public int LastIndexOf(
    T item
)

Summary

Returns the index of the LAST item equal to the specified item, or -1 if the item is not found. The operation is O(log N).