public static int FindLastIndex<T>( this IList<T> source, Predicate<T> match )
public: [ExtensionAttribute] generic<typename T> static int FindLastIndex( IList<T>^ source, Predicate<T>^ match )