Skip to content

Overload_CodeJam_Collections_EnumerableExtensions_GroupWhileEquals

Andrew Koryavchenko edited this page Jul 4, 2017 · 1 revision

EnumerableExtensions.GroupWhileEquals Method

Overload List

 

Name Description
Public methodStatic member GroupWhileEquals(T, TKey)(IEnumerable(T), Func(T, TKey)) Groups items in the sequence while they have same grouping key.
Public methodStatic member GroupWhileEquals(T, TKey)(IEnumerable(T), Func(T, TKey), IEqualityComparer(TKey)) Groups items in the sequence while they have same grouping key.
Public methodStatic member GroupWhileEquals(T, TItem, TKey)(IEnumerable(T), Func(T, TKey), Func(T, TItem)) Groups items in the sequence while they have same grouping key.
Public methodStatic member GroupWhileEquals(T, TItem, TKey)(IEnumerable(T), Func(T, TKey), Func(T, TItem), IEqualityComparer(TKey)) Groups items in the sequence while they have same grouping key.
  Back to Top

See Also

Reference

EnumerableExtensions Class
CodeJam.Collections Namespace

Clone this wiki locally