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