次の方法で共有


EnumerableExtensions.GetChildGesturesFor<T> メソッド

定義

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)

型パラメーター

T

Xamarin.Forms プラットフォームによる内部使用向け。

パラメーター

elements
System.Collections.Generic.IEnumerable<GestureElement>

Xamarin.Forms プラットフォームによる内部使用向け。

predicate
System.Func<T,System.Boolean>

Xamarin.Forms プラットフォームによる内部使用向け。

戻り値

System.Collections.Generic.IEnumerable<T>

Xamarin.Forms プラットフォームによる内部使用向け。

属性
System.Runtime.CompilerServices.IteratorStateMachineAttribute

適用対象