FindLastIndex
FindLastIndex(Predicate<T>)
public int FindLastIndex(Predicate<T> match)
| Paramètre | Taper | La description |
|---|
| match | Predicate`1 | |
Voir également
FindLastIndex(int, Predicate<T>)
public int FindLastIndex(int startIndex, Predicate<T> match)
| Paramètre | Taper | La description |
|---|
| startIndex | Int32 | |
| match | Predicate`1 | |
Voir également
FindLastIndex(int, int, Predicate<T>)
public int FindLastIndex(int startIndex, int count, Predicate<T> match)
| Paramètre | Taper | La description |
|---|
| startIndex | Int32 | |
| count | Int32 | |
| match | Predicate`1 | |
Voir également