EnumerableExtensions.GroupToDictionary<TSource,TKey> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.Collections.Generic.IEnumerable<TSource>
For internal use by the Xamarin.Forms platform.
- func
- System.Func<TSource,TKey>
For internal use by the Xamarin.Forms platform.
Returns
System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TSource>>
For internal use by the Xamarin.Forms platform.