public static int IndexOf (T[] array, T value);

返回

int 如果找到,则为元素的索引(从零开始),否则为 -1。

描述

包含值“value”的第一个元素的索引。