ArrayUtility.IndexOf
public static int IndexOf(T[] array,
T value);
Returns
int The zero-based index of the element, if found; otherwise -1.
Description 描述
Index of first element with value value.
int The zero-based index of the element, if found; otherwise -1.
Index of first element with value value.