CollectionBase1.FindIndex

FindIndex(Predicate<T>)

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

See Also


FindIndex(int, Predicate<T>)

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

See Also


FindIndex(int, int, Predicate<T>)

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

See Also