EnumerableExtensions.GetChildGesturesFor<T>(IEnumerable<GestureElement>, Func<T,Boolean>) Yöntem

Tanım

Xamarin. Forms platformu tarafından dahili kullanım için.

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

Tür Parametreleri

T

Xamarin. Forms platformu tarafından dahili kullanım için.

Parametreler

elements
IEnumerable<GestureElement>

Xamarin. Forms platformu tarafından dahili kullanım için.

predicate
Func<T,Boolean>

Xamarin. Forms platformu tarafından dahili kullanım için.

Döndürülenler

IEnumerable<T>

Xamarin. Forms platformu tarafından dahili kullanım için.

Öznitelikler

Şunlara uygulanır