Aracılığıyla paylaş


EnumerableExtensions.GroupToDictionary<TSource,TKey> Yöntem

Tanım

Xamarin tarafından dahili kullanım için. Forms platform.

public static System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TSource>> GroupToDictionary<TSource,TKey> (this System.Collections.Generic.IEnumerable<TSource> enumeration, Func<TSource,TKey> func);
static member GroupToDictionary : seq<'Source> * Func<'Source, 'Key> -> System.Collections.Generic.IDictionary<'Key, System.Collections.Generic.List<'Source>>

Tür Parametreleri

TSource

Xamarin tarafından dahili kullanım için. Forms platform.

TKey

Xamarin tarafından dahili kullanım için. Forms platform.

Parametreler

enumeration
System.Collections.Generic.IEnumerable<TSource>

Xamarin tarafından dahili kullanım için. Forms platform.

func
System.Func<TSource,TKey>

Xamarin tarafından dahili kullanım için. Forms platform.

Döndürülenler

System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TSource>>

Xamarin tarafından dahili kullanım için. Forms platform.

Şunlara uygulanır