Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="2.5.0.121934" />

.NET API 1,049,536 bytes

 EnumerableExtensions

public static class EnumerableExtensions
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)