Freigeben über


EnumerableExtensions.GetGesturesFor<T> Methode

Definition

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

[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)

Typparameter

T

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Parameter

gestures
System.Collections.Generic.IEnumerable<IGestureRecognizer>

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

predicate
System.Func<T,System.Boolean>

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Gibt zurück

System.Collections.Generic.IEnumerable<T>

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Attribute
System.Runtime.CompilerServices.IteratorStateMachineAttribute

Gilt für: