Version: 2022.2
public static int FindIndex (T[] array, Predicate<T> match);

返回

int 如果找到,则为第一次出现的元素的索引(从零开始),否则为 �1。

描述

查找满足此谓词的第一个元素的索引。