Qbservable.GroupBy Method
Include Protected Members
Include Inherited Members
Groups the elements of a queryable observable sequence.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
NameDescription.gif)
GroupBy<TSource, TKey>(IQbservable, Expression<Func<TSource, TKey>>)Groups the elements of a queryable observable sequence according to a specified key selector function..gif)
GroupBy<TSource, TKey>(IQbservable, Expression<Func<TSource, TKey>>, IEqualityComparer)Groups the elements of a queryable observable sequence according to a specified key selector function and comparer..gif)
GroupBy<TSource, TKey, TElement>(IQbservable, Expression<Func<TSource, TKey>>, Expression<Func<TSource, TElement>>)Groups the elements of a queryable observable sequence and selects the resulting elements by using a specified function..gif)
GroupBy<TSource, TKey, TElement>(IQbservable, Expression<Func<TSource, TKey>>, Expression<Func<TSource, TElement>>, IEqualityComparer)Groups the elements of a queryable observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.Top
See Also
Reference
Qbservable Class
System.Reactive.Linq Namespace