EnumerableExtensions.GroupToDictionary<TSource,TKey> Method

Definition

For internal use by the Xamarin.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>>

Type Parameters

TSource

For internal use by the Xamarin.Forms platform.

TKey

For internal use by the Xamarin.Forms platform.

Parameters

enumeration
IEnumerable<TSource>

For internal use by the Xamarin.Forms platform.

func
Func<TSource,TKey>

For internal use by the Xamarin.Forms platform.

Returns

IDictionary<TKey,List<TSource>>

For internal use by the Xamarin.Forms platform.

Applies to