public final class FindIndex
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
static <TSource> int |
findIndex(IEnumerable<TSource> source,
Predicate1<TSource> predicate) |
static <TSource> int |
findLastIndex(IEnumerable<TSource> source,
Predicate1<TSource> predicate) |
public static <TSource> int findIndex(IEnumerable<TSource> source, Predicate1<TSource> predicate)
public static <TSource> int findLastIndex(IEnumerable<TSource> source, Predicate1<TSource> predicate)
Copyright © 2019. All Rights Reserved.