Overload List

  NameDescription
Public methodStatic memberLastIndexWhere<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Func<(Of <<'(A, Boolean>)>>))
Finds index of last element satisfying some predicate.
Public methodStatic memberLastIndexWhere<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Func<(Of <<'(A, Boolean>)>>), Int32)
Finds index of last element satisfying some predicate before or at given end index.

See Also