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