FindIndex

FindIndex(Predicate<T>)

public int FindIndex(Predicate<T> match)
ParameterTypBeskrivning
matchPredicate`1

Se även


FindIndex(int, Predicate<T>)

public int FindIndex(int startIndex, Predicate<T> match)
ParameterTypBeskrivning
startIndexInt32
matchPredicate`1

Se även


FindIndex(int, int, Predicate<T>)

public int FindIndex(int startIndex, int count, Predicate<T> match)
ParameterTypBeskrivning
startIndexInt32
countInt32
matchPredicate`1

Se även