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