Overload List
| Name | Description | |
|---|---|---|
| LastIndexWhere<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Func<(Of <<'(A, Boolean>)>>)) |
Finds index of last element satisfying some predicate.
| |
| LastIndexWhere<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Func<(Of <<'(A, Boolean>)>>), Int32) |
Finds index of last element satisfying some predicate before or at given end index.
|