Version: 2023.1
언어: 한국어
public static int FindIndex (T[] array, Predicate<T> match);

반환

int The zero-based index of the first occurrence of the element, if found; otherwise, �1.

설명

Find the index of the first element that satisfies the predicate.