EnumerableExtensions.GetChildGesturesFor<T> Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
[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)
Parametry typu
- T
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
Parametry
- elements
- System.Collections.Generic.IEnumerable<GestureElement>
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
- predicate
- System.Func<T,System.Boolean>
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
Zwraca
System.Collections.Generic.IEnumerable<T>
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
- Atrybuty
-
System.Runtime.CompilerServices.IteratorStateMachineAttribute