EnumerableExtensions public static class EnumerableExtensions Documentation Code public static void ForEach<T>(this IEnumerable<T> enumeration, Action<T> action) public static IEnumerable<T> GetGesturesFor<T>(this IEnumerable<IGestureRecognizer> gestures, Func<T, bool> predicate = null) where T : GestureRecognizer public static int IndexOf<T>(this IEnumerable<T> enumerable, T item) public static int IndexOf<T>(this IEnumerable<T> enumerable, Func<T, bool> predicate) public static IEnumerable<T> Prepend<T>(this IEnumerable<T> enumerable, T item)