Overload List
Name | Description | |
---|---|---|
GroupBy<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>)) |
Groups the elements of a view according to a specified key selector function.
|
|
GroupBy<(Of <<'(TKey, TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(T, TElement>)>>)>)>>)) |
Groups the elements of a view according to a specified key selector function
and projects the elements for each group by using a specified function.
|
|
GroupBy<(Of <<'(TKey, TElement, TResult>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(T, TElement>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TKey, IEnumerable<(Of <<'(TElement>)>>), TResult>)>>)>)>>)) |
Groups the elements of a view according to a specified key selector function
and creates a result value from each group and its key.
The elements of each group are projected by using a specified function.
|