Overload List
| Name | Description | |
|---|---|---|
| IndexWhere<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Func<(Of <<'(A, Boolean>)>>)) |
Finds index of first element satisfying some predicate.
| |
| IndexWhere<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Func<(Of <<'(A, Boolean>)>>), Int32) |
Finds index of the first element satisfying some predicate after or at some start index.
|