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

반환

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

설명

Index of first element with value value.