ExtendedBindingListTFindLastIndex Method

There are three overloads for this method

Overload List

FindLastIndex(PredicateT) Search for the last item that matches the conditions defined by the specified predicate and return its zero-based index.
FindLastIndex(Int32, PredicateT) Search for the last item that matches the conditions defined by the specified predicate between the starting index and searching backwards to the start of the collection and return its zero-based index.
FindLastIndex(Int32, Int32, PredicateT) Search for the last item that matches the conditions defined by the specified predicate between the starting index and searching backwards for the given number of items and return its zero-based index.

See Also