Share via


EnumerableExtensions.GetGesturesFor<T> Method

Definition

For internal use by the Xamarin.Forms platform.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Xamarin.Forms.Internals.EnumerableExtensions/<GetGesturesFor>d__1`1))]
public static System.Collections.Generic.IEnumerable<T> GetGesturesFor<T> (this System.Collections.Generic.IEnumerable<Xamarin.Forms.IGestureRecognizer> gestures, Func<T,bool> predicate = default) where T : Xamarin.Forms.GestureRecognizer;
static member GetGesturesFor : seq<Xamarin.Forms.IGestureRecognizer> * 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

gestures
System.Collections.Generic.IEnumerable<IGestureRecognizer>

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