EnumerableExtensions.GroupToDictionary<TSource,TKey> Metoda

Definicja

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

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>>

Parametry typu

TSource

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

TKey

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Parametry

enumeration
System.Collections.Generic.IEnumerable<TSource>

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

func
System.Func<TSource,TKey>

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Zwraca

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

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Dotyczy