XEnumerableLastIndexOf Method |
Name | Description | |
---|---|---|
![]() ![]() | LastIndexOfTSource(IEnumerableTSource, FuncTSource, Boolean) |
Returns the position of the last element of source that verifies the specified predicate, or -1 if it is not found.
|
![]() ![]() | LastIndexOfTSource(IEnumerableTSource, TSource, IEqualityComparerTSource) |
Returns the position of the last occurrence of item in the source sequence, or -1 if it is not found.
|