Condividi tramite


EnumerableExtensions.GetChildGesturesFor<T> Metodo

Definizione

Per uso interno della piattaforma Xamarin.Forms.

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

Parametri di tipo

T

Per uso interno della piattaforma Xamarin.Forms.

Parametri

elements
System.Collections.Generic.IEnumerable<GestureElement>

Per uso interno della piattaforma Xamarin.Forms.

predicate
System.Func<T,System.Boolean>

Per uso interno della piattaforma Xamarin.Forms.

Restituisce

System.Collections.Generic.IEnumerable<T>

Per uso interno della piattaforma Xamarin.Forms.

Attributi
System.Runtime.CompilerServices.IteratorStateMachineAttribute

Si applica a