Overload List

  NameDescription
Public methodStatic memberLastIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A)
Finds index of last occurrence of some value in this list.
Public methodStatic memberLastIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, IEqualityComparer<(Of <<'(A>)>>))
Finds index of last occurrence of some value in this list.
Public methodStatic memberLastIndexOf<(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.
Public methodStatic memberLastIndexOf<(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.

See Also