Overload List
| Name | Description | |
|---|---|---|
| LastIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A) |
Finds index of last occurrence of some value in this list.
| |
| LastIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, IEqualityComparer<(Of <<'(A>)>>)) |
Finds index of last occurrence of some value in this list.
| |
| LastIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, Int32) |
Finds index of last occurrence of some value in this list before or at a given end index.
| |
| LastIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, Int32, IEqualityComparer<(Of <<'(A>)>>)) |
Finds index of last occurrence of some value in this list before or at a given end index.
|