EnumerableExtensions.GetChildGesturesFor<T> Method

Definition

For internal use by the Xamarin.Forms platform.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Xamarin.Forms.Internals.EnumerableExtensions/<GetChildGesturesFor>d__0`1))]
public static System.Collections.Generic.IEnumerable<T> GetChildGesturesFor<T> (this System.Collections.Generic.IEnumerable<Xamarin.Forms.GestureElement> elements, Func<T,bool> predicate = default) where T : Xamarin.Forms.GestureRecognizer;
static member GetChildGesturesFor : seq<Xamarin.Forms.GestureElement> * Func<'T, bool (requires 'T :> Xamarin.Forms.GestureRecognizer)> -> seq<'T (requires 'T :> Xamarin.Forms.GestureRecognizer)> (requires 'T :> Xamarin.Forms.GestureRecognizer)

Type Parameters

T

For internal use by the Xamarin.Forms platform.

Parameters

elements
System.Collections.Generic.IEnumerable<GestureElement>

For internal use by the Xamarin.Forms platform.

predicate
System.Func<T,System.Boolean>

For internal use by the Xamarin.Forms platform.

Returns

System.Collections.Generic.IEnumerable<T>

For internal use by the Xamarin.Forms platform.

Attributes
System.Runtime.CompilerServices.IteratorStateMachineAttribute

Applies to