EnumerableExtensions Class

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static class EnumerableExtensions
type EnumerableExtensions = class
Inheritance
EnumerableExtensions
Attributes

Methods

ForEach<T>(IEnumerable<T>, Action<T>)

For internal use by the Xamarin.Forms platform.

GetChildGesturesFor<T>(IEnumerable<GestureElement>, Func<T,Boolean>)

For internal use by the Xamarin.Forms platform.

GetGesturesFor<T>(IEnumerable<IGestureRecognizer>, Func<T,Boolean>)

For internal use by the Xamarin.Forms platform.

GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)

For internal use by the Xamarin.Forms platform.

IndexOf<T>(IEnumerable<T>, Func<T,Boolean>)

For internal use by the Xamarin.Forms platform.

IndexOf<T>(IEnumerable<T>, T)

For internal use by the Xamarin.Forms platform.

Prepend<T>(IEnumerable<T>, T)

For internal use by the Xamarin.Forms platform.

Applies to