EnumerableExtensions.GetChildGesturesFor<T> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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