Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

ReadOnlyListBase<(Of <(<'T>)>)>..::..FindLastIndex Method

Overload List


  Name Description
Public method FindLastIndex(Predicate<(Of <<'(T>)>>))
Finds the index of the last item in the list that satisfies the condition defined by predicate. If no item matches the condition, -1 is returned.
Public method FindLastIndex(Int32, Predicate<(Of <<'(T>)>>))
Finds the index of the last item, in the range of items extending from the beginning of the list to index, that satisfies the condition defined by predicate. If no item matches the condition, -1 is returned.
Public method FindLastIndex(Int32, Int32, Predicate<(Of <<'(T>)>>))
Finds the index of the last item, in the range of count items ending at index, that satisfies the condition defined by predicate. If no item matches the condition, -1 is returned.