다음을 통해 공유


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

적용 대상