Поделиться через


EnumerableExtensions.GetGesturesFor<T> Метод

Определение

Для внутреннего использования платформой Xamarin.Forms.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Xamarin.Forms.Internals.EnumerableExtensions/<GetGesturesFor>d__1`1))]
public static System.Collections.Generic.IEnumerable<T> GetGesturesFor<T>(this System.Collections.Generic.IEnumerable<Xamarin.Forms.IGestureRecognizer> gestures, Func<T,bool> predicate = default) where T : Xamarin.Forms.GestureRecognizer;
static member GetGesturesFor : seq<Xamarin.Forms.IGestureRecognizer> * Func<'T, bool (requires 'T :> Xamarin.Forms.GestureRecognizer)> -> seq<'T (requires 'T :> Xamarin.Forms.GestureRecognizer)> (requires 'T :> Xamarin.Forms.GestureRecognizer)

Параметры типа

T

Для внутреннего использования платформой Xamarin.Forms.

Параметры

gestures
System.Collections.Generic.IEnumerable<IGestureRecognizer>

Для внутреннего использования платформой Xamarin.Forms.

predicate
System.Func<T,System.Boolean>

Для внутреннего использования платформой Xamarin.Forms.

Возвращаемое значение

System.Collections.Generic.IEnumerable<T>

Для внутреннего использования платформой Xamarin.Forms.

Атрибуты
System.Runtime.CompilerServices.IteratorStateMachineAttribute

Применяется к