Overload List
Name | Description | |
---|---|---|
![]() ![]() | IndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A) |
Finds index of first occurrence of some value in this list.
|
![]() ![]() | IndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, IEqualityComparer<(Of <<'(A>)>>)) |
Finds index of first occurrence of some value in this list.
|
![]() ![]() | IndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, Int32) |
Finds index of first occurrence of some value in this list after or at some start index.
|
![]() ![]() | IndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, Int32, IEqualityComparer<(Of <<'(A>)>>)) |
Finds index of first occurrence of some value in this list after or at some start index.
|