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