======Метод Array.IndexOf(T[], T)====== * **Пространство имен:** [[developers:references:system|System]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public static int IndexOf(T[] array, T value) **Параметры** * //array// * Тип: [[developers:references:system.t|System.T]][] * //value// * Тип: T **Возвращаемое значение** * Тип: [[developers:references:system.int32|System.Int32]]