FindIndex

FindIndex(Predicate<T>)

public int FindIndex(Predicate<T> match)
ParamètreTaperLa description
matchPredicate`1

Voir également


FindIndex(int, Predicate<T>)

public int FindIndex(int startIndex, Predicate<T> match)
ParamètreTaperLa description
startIndexInt32
matchPredicate`1

Voir également


FindIndex(int, int, Predicate<T>)

public int FindIndex(int startIndex, int count, Predicate<T> match)
ParamètreTaperLa description
startIndexInt32
countInt32
matchPredicate`1

Voir également