EnumerableExtensions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Xamarin.Forms プラットフォームによる内部使用向け。
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static class EnumerableExtensions
type EnumerableExtensions = class
- 継承
-
System.ObjectEnumerableExtensions
- 属性
-
System.ComponentModel.EditorBrowsableAttribute
メソッド
ForEach<T>(IEnumerable<T>, Action<T>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
GetChildGesturesFor<T>(IEnumerable<GestureElement>, Func<T,Boolean>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
GetGesturesFor<T>(IEnumerable<IGestureRecognizer>, Func<T,Boolean>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
IndexOf<T>(IEnumerable<T>, T) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
Prepend<T>(IEnumerable<T>, T) |
Xamarin.Forms プラットフォームによる内部使用向け。 |